Bruno Haible <[EMAIL PROTECTED]> wrote: > Eli Zaretskii wrote: >> How about a URL for where to read about GIT? > > For anonymous checkout, in any Bourne-shell the following should work: > $ git clone git://git.sv.gnu.org/emacs > Or, if you prefer the CVS-like 'cogito' frontend to plain 'git': > $ cg clone git://git.sv.gnu.org/emacs > > git resources: > Overview: http://en.wikipedia.org/wiki/Git_(software) > Homepage: http://git.or.cz/ > Download: http://www.kernel.org/pub/software/scm/git/ > Tutorial: http://git.or.cz/course/ > http://www.kernel.org/pub/software/scm/git/docs/tutorial.html > FAQ: http://git.or.cz/gitwiki/GitFaq > > cogito resources: > Overview: http://en.wikipedia.org/wiki/Cogito_(software) > Homepage: http://git.or.cz/cogito/ > Download: http://kernel.org/pub/software/scm/cogito/ > Tutorial: http://git.or.cz/course/
Thanks, Bruno. BTW, for those new to git, be careful not to spend time reading dated git documentation. It is still evolving pretty quickly. Even a couple months old can be misleadingly old. I find that using the development git/Documentation directory is a good approach. I.e., clone the official git.git repository (see above), then browse its Documentation directory. Also, bear in mind that while cogito is more friendly/intuitive than straight git, much of cogito's functionality has already been migrated "into" git. Technically, cogito is on the way out: folks are now admitting that cogito is no longer being maintained... at least not by the author. People seem to agree that most of its functionality is already available in the latest git, and the few bits remaining will make it in, eventually. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
