What is Git?
Git is an open-source distributed version control system used by developers to track changes to their projects.
To make a clone of a git repository, you can use the git
protocol. For example if the project's name (as listed above) was
foobar, then you would use the following
command: git clone
git://gerf.org/foobar.git
Some of these repositories will have a TRAC site available at trac.gerf.org. Be sure to check there for more information.