Skip to content

Instantly share code, notes, and snippets.

@gjhuerte
Last active August 9, 2018 07:10
Show Gist options
  • Save gjhuerte/4baf9968ca32c2d72759d0c75c409d9a to your computer and use it in GitHub Desktop.
Save gjhuerte/4baf9968ca32c2d72759d0c75c409d9a to your computer and use it in GitHub Desktop.
Reset commited files ( Github )
git reset --soft HEAD^
git reset HEAD^
git reset --hard HEAD^
src: https://stackoverflow.com/questions/2845731/how-to-uncommit-my-last-commit-in-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment