Answers for "git reset specific file"

3

How can I reset or revert a file to a specific revision?

git reset <commit hash> <filename>
Posted by: Guest on April-12-2020
3

git reset specific file

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