Answers for "how to cancel staged changes in git"

1

git discard staged changes

git reset HEAD
git checkout .
Posted by: Guest on June-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language