Index: /trunk/website/download.bml
===================================================================
--- /trunk/website/download.bml (revision 750)
+++ /trunk/website/download.bml (revision 781)
@@ -25,4 +25,38 @@
 </ul>
 
+<p>Git</p>
+
+<ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable
+tree</a> [<a
+href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>]
+</ul>
+
+<ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's
+tree (master binary protocol branch)</a>
+</ul>
+
+<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's
+tree (master storage engine branch)</a>
+</ul>
+
+<p>Quick git tutorial:
+git clone http://consoleninja.net/code/memcached/memcached.git
+'master' is tracking stable upstream.
+create a branch:
+git checkout -b newbranch
+work work work
+git commit -a
+update the tree:
+git pull
+
+Working with a branch tree:
+git clone git://github.com/dustin/memcached.git
+git branch -r (show remote branches)
+git checkout --track -b lbinary dustin/binary
+etc.
+
+<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN
+users</a>
+<a href="http://git.or.cz/#documentation">Git documentation</a>
 
 <?h1 Download Client APIs h1?>
