Answers for "revert a specific file git in a commit"

0

git revert commit for single file

git checkout <commit_hash> path/to/file
Posted by: Guest on December-18-2020
0

git revert a specific file

git checkout <repo>/<branch> <filename>
Posted by: Guest on March-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language