Answers for "discard the current changes and how to go back to my old commit git"

Go
-2

how to abandon changes and go last commit

#ignore all changes, and back to last commit 

git add .
git stash
Posted by: Guest on November-11-2020

Code answers related to "discard the current changes and how to go back to my old commit git"

Browse Popular Code Answers by Language