[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [Git] (edit) Essential Git user configuration
From: |
Beuc |
Subject: |
[Savannah-cvs] [Git] (edit) Essential Git user configuration |
Date: |
Sun, 24 Jun 2007 15:41:54 +0000 |
++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 address@hidden
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/address@hidden://savannah.gnu.org/maintenance
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [Git] (edit) Essential Git user configuration,
Beuc <=