How do you find a list of files that have changed in a particular commit?
Answer / Mayank Kumar Dubey
To find a list of files that have changed in a particular commit, use the command `git diff-tree --no-commit-id -r <commit>` where `<commit>` is the hash or short hash of the commit.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ‘head’ in git?
Tell me the difference between head, working tree and index, in git.
Mention the various git repository hosting functions.
What are the advantages of using GIT?
What is the function of git clone?
What is a ‘conflict’ in git?
In git, how would you return a commit that has just been pushed and made open?
What are git stash and git stash drop?
What is the difference between git vs svn
What is the use of ‘git log’?
Why GIT better than Subversion?
Mention some of the best graphical GIT client for LINUX?