Gource; Visualizing Your Source Control History


I was recently tipped by my good friend Oddbjørn Bakke about this awesome visualization tool called Gource, which when you run it for your repository, shows you the complete history in an impressive show of “fireworks”. The tool generates trees visualizing directories as branches and files as nodes, then shows the changes done by people over time. As my friend Oddbjørn said, running this tool is a good pastime when you are sitting in long and boring non-technical meetings.

Gource supports Git, Mercurial, Bazaar and SVN. It’s easy to use, simply install it (make sure it gets added to your system path), go to the root folder of your repository, fire up a command line prompt and enter gource. Here is an example of how it looks in action:

Pretty neat!