git
Introduction to git (still under construction)
Tue, 09/23/2008 - 12:02 by Sébastien Barré • Categories:
This page presents how to work with the LinShim6 git repository, but is also intended at sharing my experience about git usage. Don't hesitate to comment about it (mail to Sébastien Barré) or suggests practical tricks allowing to better benefit from the power of git.
Initial configuration of git
git-config --global user.name "FirstName LastName"
git-config --global user.email "user@example.com"
(retrieved from http://www.sourcemage.org/Git_Guide)