Skip to content

Instantly share code, notes, and snippets.

@NeilCross
Created July 11, 2016 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeilCross/e3810d324bb4dcb748c8d7725e2ba87a to your computer and use it in GitHub Desktop.
Save NeilCross/e3810d324bb4dcb748c8d7725e2ba87a to your computer and use it in GitHub Desktop.
My git config aliases/rules
git config --global alias.co 'checkout'
git config --global alias.unstage 'reset --'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment