Skip to content

Instantly share code, notes, and snippets.

@jjaaccoobb
Last active March 8, 2020 05:13
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 jjaaccoobb/2ab97bcfc7b41769703b2d3d8d1cc5f3 to your computer and use it in GitHub Desktop.
Save jjaaccoobb/2ab97bcfc7b41769703b2d3d8d1cc5f3 to your computer and use it in GitHub Desktop.
Curl me to add git's aliases which should be included by default: co/checkout, br/branch ci/commit st/status to .gitconfig
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