Skip to content

Instantly share code, notes, and snippets.

@ikhattab
Last active December 31, 2015 06:09
Show Gist options
  • Save ikhattab/7945699 to your computer and use it in GitHub Desktop.
Save ikhattab/7945699 to your computer and use it in GitHub Desktop.
Git Delete Last Commit

If you have committed junk but not pushed

git reset --soft HEAD~1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment