Hacker News new | ask | show | jobs
by sdan 2381 days ago
Interesting. Wish there was a way to auto-generate these graphs with my git history.

I like them!

3 comments

Lots of git clients like Fork have pretty graphs for browsing your history. Even the terminal client can generate graphs in the git log if you give it the right params.
I regularly use 'gource' to get a lovely picture of my repos:

https://gource.io

Have you tried "gitk"?