Skip to content

Instantly share code, notes, and snippets.

@JanDintel
Forked from JobV/Git aliases
Last active December 23, 2015 04:59
Show Gist options
  • Save JanDintel/6583866 to your computer and use it in GitHub Desktop.
Save JanDintel/6583866 to your computer and use it in GitHub Desktop.
git config --global alias.co checkout
git config --global alias.st status
git config --global alias.br branch
git config --global alias.com commit
git config --global alias.pl pull
git config --global alias.ps push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment