Skip to content

Instantly share code, notes, and snippets.

@andhernand
Created March 10, 2012 07:13
Show Gist options
  • Save andhernand/2010638 to your computer and use it in GitHub Desktop.
Save andhernand/2010638 to your computer and use it in GitHub Desktop.
Awesome History command that I found in the git_immersion tutorial offered by edgecase.
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment