| 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 /> |