Skip to content

Instantly share code, notes, and snippets.

@tommcdo
Created June 27, 2014 13:09
Show Gist options
  • Save tommcdo/3b43fa83946385673d55 to your computer and use it in GitHub Desktop.
Save tommcdo/3b43fa83946385673d55 to your computer and use it in GitHub Desktop.
#!/bin/bash
num=${1:-1}
git reset HEAD^${num}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment