Answers for "git discard all changes in branch"

11

git discard all changes

git clean -df
git checkout -- .
Posted by: Guest on May-23-2020
0

git discard all local changes

git restore .
Posted by: Guest on February-01-2022

Code answers related to "git discard all changes in branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language