Changeset 781

Show
Ignore:
Timestamp:
06/11/08 06:28:03 (4 months ago)
Author:
dormando
Message:

Add git repos to download page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/website/download.bml

    r750 r781  
    2525</ul> 
    2626 
     27<p>Git</p> 
     28 
     29<ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable 
     30tree</a> [<a 
     31href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>] 
     32</ul> 
     33 
     34<ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's 
     35tree (master binary protocol branch)</a> 
     36</ul> 
     37 
     38<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's 
     39tree (master storage engine branch)</a> 
     40</ul> 
     41 
     42<p>Quick git tutorial: 
     43git clone http://consoleninja.net/code/memcached/memcached.git 
     44'master' is tracking stable upstream. 
     45create a branch: 
     46git checkout -b newbranch 
     47work work work 
     48git commit -a 
     49update the tree: 
     50git pull 
     51 
     52Working with a branch tree: 
     53git clone git://github.com/dustin/memcached.git 
     54git branch -r (show remote branches) 
     55git checkout --track -b lbinary dustin/binary 
     56etc. 
     57 
     58<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN 
     59users</a> 
     60<a href="http://git.or.cz/#documentation">Git documentation</a> 
    2761 
    2862<?h1 Download Client APIs h1?>