Answers for "see file from previous commit git"

1

how to commit file to previous commit in git

$ git add new-file
$ git commit --amend
Posted by: Guest on March-08-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 "see file from previous commit git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language