Answers for "git reset changes on specific file"

2

git reset change in one file

# undo local changes to specific file
git checkout -- file
Posted by: Guest on August-23-2020
3

git discard changes to one file

git checkout -- file
Posted by: Guest on August-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language