What is the function of ‘git diff ’ in git?



What is the function of ‘git diff ’ in git?..

Answer / Mohd Altaf Khan

Git diff shows the differences between commits, branches, or files within a repository.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is ‘git status’ is used for?

1 Answers  


How do you find a list of files that have changed in a particular commit?

1 Answers  


What is git bisect and what is its purpose?

1 Answers  


What is a distributed vcs?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


How is git instaweb used?

0 Answers  


How can you create a repository in Git?

1 Answers  


What does a commit object contain?

1 Answers  


What is “Staging Area” or “Index” in GIT?

1 Answers  


What language is used in GIT?

1 Answers  


What is a ‘conflict’ in git?

1 Answers  


What is the function of ‘git stash apply’?

1 Answers  


Categories