TOP 15 GIT Interview Questions And Answers
How will you find a list of files that has been modified in a particular commit?
The command to get a list of files that has been changed in a particular commit is: git diff-tree –r {commit hash}
1) -r flag allows the command to list individual f...
prabhatyadav.hashnode.dev7 min read