Skip to content

Instantly share code, notes, and snippets.

@brianunlam
Last active December 20, 2022 10:36
Show Gist options
  • Save brianunlam/f24311b17a3d1bd3ae01d0a776dce2e4 to your computer and use it in GitHub Desktop.
Save brianunlam/f24311b17a3d1bd3ae01d0a776dce2e4 to your computer and use it in GitHub Desktop.
git config --global pager.log false
git config --global pager.branch false
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment