Skip to content

Instantly share code, notes, and snippets.

@vratiu
Created March 26, 2014 10:03
Show Gist options
  • Save vratiu/9780082 to your computer and use it in GitHub Desktop.
Save vratiu/9780082 to your computer and use it in GitHub Desktop.
Git log improvement
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"
@besmirzanaj
Copy link

slightly modified:
git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci)%C(bold blue)<%an>%Creset"

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