Skip to content

Instantly share code, notes, and snippets.

@dotcypress
Created March 12, 2013 18:33
Show Gist options
  • Save dotcypress/5145593 to your computer and use it in GitHub Desktop.
Save dotcypress/5145593 to your computer and use it in GitHub Desktop.
Pretty git log alias
[alias]
hist = log --pretty=format:\"\t%C(red)%h%C(reset)%C(blue)%d%C(reset) : %C(yellow)%ad%C(reset) | %s [%C(green)%an<%ae>%C(reset)]\" --graph --date=short
@sergeysova
Copy link

Just use tig )

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