GForge and git usage

From WikiOAR

Revision as of 13:46, 19 May 2011 by Plb (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


How to setup email notification for git commits ?

See the InriaGforge FAQ

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>
Personal tools