Skip to content

Instantly share code, notes, and snippets.

@guangtuan
Last active August 27, 2018 01:58
Show Gist options
  • Save guangtuan/507ae7a1ba3194de0c7d2a252e746032 to your computer and use it in GitHub Desktop.
Save guangtuan/507ae7a1ba3194de0c7d2a252e746032 to your computer and use it in GitHub Desktop.
git alias
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.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@guangtuan
Copy link
Author

guangtuan commented Aug 27, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment