Answers for "how to abandon changes and go last commit"

Go
-1

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

Browse Popular Code Answers by Language