Skip to content

Instantly share code, notes, and snippets.

@kocur4d
Created March 21, 2013 22:34
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 kocur4d/5217431 to your computer and use it in GitHub Desktop.
Save kocur4d/5217431 to your computer and use it in GitHub Desktop.
git setup
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.ust 'reset HEAD --'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment