Answers for "git find last commit files"

0

how to see what files are committed in git

git ls-tree --name-only -r <commit-ish>
Posted by: Guest on October-15-2021
0

see file from previous commit git

$ git show HEAD~4:src/main.c
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language