Skip to content

Instantly share code, notes, and snippets.

@krosti
Last active August 29, 2015 14:06
Show Gist options
  • Save krosti/2c82f652792c28e5556b to your computer and use it in GitHub Desktop.
Save krosti/2c82f652792c28e5556b to your computer and use it in GitHub Desktop.
Git shortcuts

git

aliases:

  • git config --global alias.st status
  • git config --global alias.ci commit
  • git config --global alias.co checkout
  • git config --global alias.br branch

info:

colorized output

  • git config --global color.branch auto
  • git config --global color.diff auto
  • git config --global color.interactive auto
  • git config --global color.status auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment