Skip to content

Instantly share code, notes, and snippets.

@LetItRock
Created August 28, 2018 12:44
Show Gist options
  • Save LetItRock/f3edc2c548887d11e17ca189ba070c6c to your computer and use it in GitHub Desktop.
Save LetItRock/f3edc2c548887d11e17ca189ba070c6c to your computer and use it in GitHub Desktop.
Git aliases
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.unstage 'reset HEAD --'
git config --global alias.changes 'diff --cached'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment