Generate merge and branch graphs in GIT?

1

I would like a tool to document my activities in the GIT, which would generate a flowchart like this:

What tool would generate a documentation of merges, branches, tags, releases in GIT, that is, document my activity?

    
asked by anonymous 05.05.2016 / 20:22

1 answer

2

I recommend gitk. He's free and capable of things like that:

    
05.05.2016 / 21:22