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