GForge and git usage
From WikiOAR
How to setup email notification for git commits ?
How to clone a git repository from the InriaGforge ?
git clone git+ssh://<login>@scm.gforge.inria.fr//gitroot//<projet>/<projet>.git
How to configure name and email on a local repository ?
git config user.name <user> git config user.email <email>