++added: Setup: Your identify for when you push commits (strongly recommended)::
git config --global user.name "Your Name Comes Here" git config --global user.email [EMAIL PROTECTED] Enable colors (optional):: git config --global color.diff auto git config --global color.status auto git config --global color.branch auto ??changed: - * http://git.or.cz/course/ - "switching to git" crash course - * http://git.or.cz/course/ - "switching to git" crash course (from CVS, Git, and also Quilt->StGit) * http://www.kernel.org/pub/software/scm/git/docs/tutorial.html - Tutorial * http://www.kernel.org/pub/software/scm/git/docs/everyday.html - Everyday GIT With 20 Commands Or So -- forwarded from https://savannah.gnu.org/maintenance/[EMAIL PROTECTED]://savannah.gnu.org/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
