Firebird git repository visualization with gource
Are you using git/svn as version control system and you ever wanted to visualize delveloper’s work, how the Firebird project was developed over time ?
well Gource is there to visualize all this in a beautiful way. It takes the history of your svn/git repository and visualizes the changes over time,
by whom they were done and so forth.
sudo apt-get install gource git
git clone git://github.com/asfernandes/firebird.git firebird-git
Now run the following and you should see the animation being presented.
gource firebird-git/.git -s 1
or if you want to create the movie using various video formats use the following command line (wordpress replaces the — with other chars)
https://gist.github.com/4550696
Enjoy the Movie (Recomended in HD version)
ps: Tip via General Foo