Skip to content

Instantly share code, notes, and snippets.

@thisivan
Created May 15, 2009 21:31
Show Gist options
  • Save thisivan/112450 to your computer and use it in GitHub Desktop.
Save thisivan/112450 to your computer and use it in GitHub Desktop.
Undo recent git commit
# Undo commit
git reset --soft HEAD^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment