Answers for "how to get back a file which was commited using 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

Code answers related to "how to get back a file which was commited using git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language