How do you find a list of files that have changed in a particular commit?
Answer Posted / 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 |
Post New Answer View All Answers