Skip to content

Instantly share code, notes, and snippets.

View andhernand's full-sized avatar

Andres Hernandez andhernand

  • Salt Lake City, UT
View GitHub Profile
@andhernand
andhernand / git hist
Created March 10, 2012 07:13
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