Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HelioCampos/1bb9e6d8d45c881c631035f4729f1e6d to your computer and use it in GitHub Desktop.
Save HelioCampos/1bb9e6d8d45c881c631035f4729f1e6d to your computer and use it in GitHub Desktop.
git co ci st br
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.br branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment