Answers for "discard all changes"

4

discard all changes

git stash save --keep-index --include-untracked
Posted by: Guest on June-02-2020
0

discard all changes

git clean -df
git checkout -- .
Posted by: Guest on March-29-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language