Answers for "reset single file in git"

5

git reset one file

git checkout HEAD -- my-file.txt
Posted by: Guest on April-28-2020
4

reset certain file git

git checkout c5f567 -- file1/to/restore file2/to/restore
Posted by: Guest on February-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language