Skip to content

Instantly share code, notes, and snippets.

@manfe
Created October 5, 2012 23:47
Show Gist options
  • Save manfe/3843114 to your computer and use it in GitHub Desktop.
Save manfe/3843114 to your computer and use it in GitHub Desktop.
Git Status
git config --global alias.st status
git config --global alias.ci commit
git config --global alias.br branch
git config --global alias.co checkout
git config --global alias.df diff
git config --global alias.lg log -p
git config --global alias.who shortlog -s
git config --global alias.st status
git config alias.st status
git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment