Answers for "check files that was changed in a particular git commit"

1

files changed in a commit

git diff --name-only HEAD HEAD~1
Posted by: Guest on June-02-2020
0

check files that was changed in a particular git commit

git show --name-only abc
Posted by: Guest on July-28-2021

Code answers related to "check files that was changed in a particular git commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language