Changes between Version 5 and Version 6 of GIT
- Timestamp:
- 06/14/11 13:42:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIT
v5 v6 1 1 = Checking out the latest version of clfswm with Git = 2 2 3 A Git repository synchronized with the SVN repository is available at http://repo.or.cz/w/clfswm.git. 3 A Git repository is available at Common-lisp.net : http://common-lisp.net/gitweb?p=projects/clfswm/clfswm.git 4 4 5 To checkout clfswm with Git, you need to clone this repository: 5 6 6 7 {{{ 7 git clone git:// repo.or.cz/clfswm.git8 git clone git://common-lisp.net/projects/clfswm/clfswm.git 8 9 cd clfswm 9 10 }}} … … 23 24 git commit -a -m "Your message log" 24 25 }}} 26 27 28 A Git repository synchronized with the Common-lisp.net GIT repository is available at http://repo.or.cz/w/clfswm.git. 29 30 To checkout clfswm with Git, you need to clone this repository: 31 32 {{{ 33 git clone git://repo.or.cz/clfswm.git 34 }}} 35
