[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers-public] Re: git mirror of emacs CVS repository
From: |
Bruno Haible |
Subject: |
[Savannah-hackers-public] Re: git mirror of emacs CVS repository |
Date: |
Sun, 6 May 2007 23:35:41 +0200 |
User-agent: |
KMail/1.5.4 |
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/