Skip to content

Instantly share code, notes, and snippets.

@pablonete
Created September 22, 2021 08:24
Show Gist options
  • Save pablonete/d8e6a42f4f2dfab273544cf79d9ef3d6 to your computer and use it in GitHub Desktop.
Save pablonete/d8e6a42f4f2dfab273544cf79d9ef3d6 to your computer and use it in GitHub Desktop.
My favorite git aliases
# 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