| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Memcached
Revision: 781
Author: dormando
Date: 11 Jun 2008 02:28:03
Changes:Diff:| ... | ...@@ -24,6 +24,40 @@ | |
| 24 | 24 | <li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>] |
| 25 | 25 | </ul> |
| 26 | 26 | |
| 27 | <p>Git</p> | |
| 28 | ||
| 29 | <ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable | |
| 30 | tree</a> [<a | |
| 31 | href="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 | |
| 35 | tree (master binary protocol branch)</a> | |
| 36 | </ul> | |
| 37 | ||
| 38 | <ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's | |
| 39 | tree (master storage engine branch)</a> | |
| 40 | </ul> | |
| 41 | ||
| 42 | <p>Quick git tutorial: | |
| 43 | git clone http://consoleninja.net/code/memcached/memcached.git | |
| 44 | 'master' is tracking stable upstream. | |
| 45 | create a branch: | |
| 46 | git checkout -b newbranch | |
| 47 | work work work | |
| 48 | git commit -a | |
| 49 | update the tree: | |
| 50 | git pull | |
| 51 | ||
| 52 | Working with a branch tree: | |
| 53 | git clone git://github.com/dustin/memcached.git | |
| 54 | git branch -r (show remote branches) | |
| 55 | git checkout --track -b lbinary dustin/binary | |
| 56 | etc. | |
| 57 | ||
| 58 | <a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN | |
| 59 | users</a> | |
| 60 | <a href="http://git.or.cz/#documentation">Git documentation</a> | |
| 27 | 61 | |
| 28 | 62 | <?h1 Download Client APIs h1?> |
| 29 | 63 | <p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p> |