Created
September 22, 2021 08:24
-
-
Save pablonete/d8e6a42f4f2dfab273544cf79d9ef3d6 to your computer and use it in GitHub Desktop.
My favorite git aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# git lol | |
git config --global alias.lol "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" | |
# git bar | |
git config --global alias.bar branch --sort=-committerdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment