-
Undoing git add / Unstaging changes
git reset
-
Undoing a git reset
git reset 'HEAD@{1}'
-
Undoing a git commit
git reset HEAD^
Last active
February 25, 2020 03:21
-
-
Save cleberjamaral/1548e52acb122a81874fec0f1dfafa36 to your computer and use it in GitHub Desktop.
Git-undo-local-changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment