Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jkarttunen/53cdc4ceb89ab5d48d87729ac059036f to your computer and use it in GitHub Desktop.
Save jkarttunen/53cdc4ceb89ab5d48d87729ac059036f to your computer and use it in GitHub Desktop.
Git lola and git lol
git config --global alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit"
git config --global alias.lola "log --graph --decorate --pretty=format:\"%C(yellow)%h %Cred%cr %Cblue(%an)%C(white)%d%Creset %s\" --abbrev-commit --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment