Git - Undo the last commit
Assuming you made a wrong commit and want to undo it
$ git commit ...
you can use reset
to undo last commit
$ git reset --soft HEAD~
done, now you can fix the changes and commit again.
Written by Nícolas Lazarte Kaqui
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#