Just wondering which tool generated this git tree view? Thanks.
You can also use git log --graph to see the graphical view of commits, very similar to what is shown above in the picture, but from commandline, and without installing any additional software
git log --graph