Changes between Version 20 and Version 21 of GitLinuxPMI-HOWTO

Show
Ignore:
Timestamp:
02/19/09 22:21:04 (19 months ago)
Author:
bss
Comment:

Upgrade docs to match installed git version on the R/W server.

Legend:

Unmodified
Added
Removed
Modified
  • GitLinuxPMI-HOWTO

    v20 v21  
    66== Other Git Introductions == 
    77 
    8 When possible, I'm linking to the v1.4.4.4 documentation for git, as that is the version installed on the R/W repository (Debian Etch version).  You might want the documentation for the version you have installed instead, since most operations in git are performed locally. 
     8When possible, I'm linking to the v1.5.6.5 documentation for git, as that is the version installed on the R/W repository (Debian Etch version).  You might want the documentation for the version you have installed instead, since most operations in git are performed locally. 
    99 
    10  * [http://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/tutorial.html Git Tutorial] 
    11  * [http://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/everyday.html Everyday Git] -- Very dense guide that introduces 95% of the git commands you'll ever use. 
     10 * [http://www.kernel.org/pub/software/scm/git/docs/v1.5.6.5/gittutorial.html Git Tutorial] 
     11 * [http://www.kernel.org/pub/software/scm/git/docs/v1.5.6.5/everyday.html Everyday Git] -- Very dense guide that introduces 95% of the git commands you'll ever use. 
    1212 * [http://linux.yyz.us/git-howto.html Kernel Hackers' Guide to Git] -- While we are a kernel project, the repository itself is not laid out like the kernel, but this is still a good guide.  Also, in the future it would probably be more convenient hacking to be a "branch" off Linus's git tree. 
    1313 * [http://eagain.net/articles/git-for-computer-scientists/ Git for CompScis] -- Fundamentals of git from a unique point of view.