Hacker News new | ask | show | jobs
by teunduynstee 4196 days ago
It actually doesn't take the output of 'git log' at all. That output is visualized by many other libraries already (nicer, frankly). What I have done is create a completely different graph, inspired by the chart presented with git-flow by Vincent Driessen (http://nvie.com/posts/a-successful-git-branching-model/).

Main difference is that the develop and master branch always run all the way to the top. Take any public Github repo and compare the output of beta.gitflowchart.com/ with the git-log output. It is not the same thing.

1 comments

Ah, OK, thanks. That wasn't clear to me from the article, but then, I was likely skimming and not reading in detail.