Created
January 9, 2015 11:18
-
-
Save miskolc/5c00f413fd006388d956 to your computer and use it in GitHub Desktop.
Pretty print Git commit diffs as HTML document using aha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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