Skip to content

Instantly share code, notes, and snippets.

@tankred
Created January 12, 2021 12:03
Show Gist options
  • Save tankred/f0bf36f3699f8efce2b911aaf8b80a7f to your computer and use it in GitHub Desktop.
Save tankred/f0bf36f3699f8efce2b911aaf8b80a7f to your computer and use it in GitHub Desktop.
git pretty log alias
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(normal blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment