Skip to content

Instantly share code, notes, and snippets.

@tomhermann
Created February 21, 2017 14:20
Show Gist options
  • Save tomhermann/9b29e318a897536c6e28f362d6423dd1 to your computer and use it in GitHub Desktop.
Save tomhermann/9b29e318a897536c6e28f362d6423dd1 to your computer and use it in GitHub Desktop.
Git Aliases
git config --global alias.co checkout
git config --global alias.st status
git config --global alias.br branch
git config --global alias.ci commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment