Changeset 782

Show
Ignore:
Timestamp:
06/11/08 06:29:54 (18 months ago)
Author:
dormando
Message:

maybe this'll look better? Hate not being able to test BML from here :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/download.bml

    r781 r782  
    4141 
    4242<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. 
     43git clone http://consoleninja.net/code/memcached/memcached.git<br /> 
     44'master' is tracking stable upstream.<br /> 
     45create a branch:<br /> 
     46git checkout -b newbranch<br /> 
     47work work work<br /> 
     48git commit -a<br /> 
     49update the tree:<br /> 
     50git pull<br /> 
     51<br /> 
     52Working with a branch tree:<br /> 
     53git clone git://github.com/dustin/memcached.git<br /> 
     54git branch -r (show remote branches)<br /> 
     55git checkout --track -b lbinary dustin/binary<br /> 
     56etc.<br /> 
    5757 
    5858<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> 
    61  
     59users</a><br /> 
     60<a href="http://git.or.cz/#documentation">Git documentation</a><br /> 
     61<br /> 
    6262<?h1 Download Client APIs h1?> 
    6363<p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p>