git – plot the history
2016-05-23
47 words
1 min read
git has a very simple solution to see all the commits in a graphical form. If you need to understand all the commits history all you need is
git graphviz|dot -Tpng -o /tmp/a.png
This will generate a file called /tmp/a.png which will diplay the complete commit history.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.