Skip to content

Instantly share code, notes, and snippets.

@bulters
Created June 30, 2010 09:07
Show Gist options
  • Save bulters/458428 to your computer and use it in GitHub Desktop.
Save bulters/458428 to your computer and use it in GitHub Desktop.
Git alias for 'unstaging' changes
git config --global alias.unstage='reset HEAD --'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment