Skip to content

Instantly share code, notes, and snippets.

@rolka
Created January 6, 2014 12:59
Show Gist options
  • Save rolka/8282560 to your computer and use it in GitHub Desktop.
Save rolka/8282560 to your computer and use it in GitHub Desktop.
Git: global alias
$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.ci commit
$ git config --global alias.st status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment