| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Memcached
Revision: 782
Author: dormando
Date: 11 Jun 2008 02:29:54
Changes:maybe this'll look better? Hate not being able to test BML from here :)
Files:| ... | ...@@ -40,25 +40,25 @@ | |
| 40 | 40 | </ul> |
| 41 | 41 | |
| 42 | 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. | |
| 43 | git clone http://consoleninja.net/code/memcached/memcached.git<br /> | |
| 44 | 'master' is tracking stable upstream.<br /> | |
| 45 | create a branch:<br /> | |
| 46 | git checkout -b newbranch<br /> | |
| 47 | work work work<br /> | |
| 48 | git commit -a<br /> | |
| 49 | update the tree:<br /> | |
| 50 | git pull<br /> | |
| 51 | <br /> | |
| 52 | Working with a branch tree:<br /> | |
| 53 | git clone git://github.com/dustin/memcached.git<br /> | |
| 54 | git branch -r (show remote branches)<br /> | |
| 55 | git checkout --track -b lbinary dustin/binary<br /> | |
| 56 | etc.<br /> | |
| 57 | 57 | |
| 58 | 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> | |
| 61 | ||
| 59 | users</a><br /> | |
| 60 | <a href="http://git.or.cz/#documentation">Git documentation</a><br /> | |
| 61 | <br /> | |
| 62 | 62 | <?h1 Download Client APIs h1?> |
| 63 | 63 | <p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p> |
| 64 | 64 |