Answers for "git choose files to commit"

0

git checkout file from commit

git checkout c5f567 -- file1/to/restore file2/to/restore
Posted by: Guest on October-27-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language