Skip to content

Instantly share code, notes, and snippets.

@guicheffer
Last active December 3, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guicheffer/8ecf1b3a9272caa69e43c4930ad9ca57 to your computer and use it in GitHub Desktop.
Save guicheffer/8ecf1b3a9272caa69e43c4930ad9ca57 to your computer and use it in GitHub Desktop.
PRETTY GIT LG
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"
@guicheffer
Copy link
Author

guicheffer commented Dec 18, 2017

git config --global alias.co checkout && git config --global alias.br branch && git config --global alias.ci commit && git config --global alias.st status

@guicheffer
Copy link
Author

guicheffer commented Jul 3, 2018

€ extra configuration attr options

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