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

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

Code answers related to "How can I reset or revert a file to a specific revision?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language