Skip to content

Instantly share code, notes, and snippets.

@jakiestfu
Last active April 16, 2016 03:40
Show Gist options
  • Save jakiestfu/8303243 to your computer and use it in GitHub Desktop.
Save jakiestfu/8303243 to your computer and use it in GitHub Desktop.
My favorite git snippets/settings
git config --global color.ui true
git config --global alias.undo-commit 'reset --soft HEAD^'
git config --global push.default current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment