Changes between Version 20 and Version 21 of GitLinuxPMI-HOWTO
- Timestamp:
- 02/19/09 22:21:04 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitLinuxPMI-HOWTO
v20 v21 6 6 == Other Git Introductions == 7 7 8 When possible, I'm linking to the v1. 4.4.4documentation 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.8 When 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. 9 9 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. 12 12 * [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. 13 13 * [http://eagain.net/articles/git-for-computer-scientists/ Git for CompScis] -- Fundamentals of git from a unique point of view.
