Skip to content

Instantly share code, notes, and snippets.

@miskolc
Created January 9, 2015 11:18
Show Gist options
  • Save miskolc/5c00f413fd006388d956 to your computer and use it in GitHub Desktop.
Save miskolc/5c00f413fd006388d956 to your computer and use it in GitHub Desktop.
Pretty print Git commit diffs as HTML document using aha
sudo apt-get install aha
git log --color-words --oneline | aha > index.html
git whatchanged --color-words --since="100 days ago" -p | aha >> index.html
firefox index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment