Answers for "git terminal discard all changes"

5

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 "Shell/Bash"

Browse Popular Code Answers by Language