A

Admin • 828.03K Points
Coach

Q. Which command shows the difference between two commits?

  • (A) git diff commit1 commit2
  • (B) git compare commit1 commit2
  • (C) git log commit1 commit2
  • (D) git show commit1 commit2
  • Correct Answer - Option(A)
  • Views: 1
  • Filed under category Git
  • Hashtags:

Explanation by: Admin
git diff can compare changes between two commits.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.