Hacker News new | ask | show | jobs
by maryrosecook 2381 days ago
Hiya! Author of the article here. I used OmniGraffle.
2 comments

Hey Mary, Tomislav here from the 2013 summer batch. Just wanted to let you know it was an absolute pleasure learning from you at HS. You're a wonderful teacher and I learned a ton. Thanks!
Interesting. Wish there was a way to auto-generate these graphs with my git history.

I like them!

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"?