December 2008
Intermediate to advanced
184 pages
4h 47m
English
You collaborate with other developers by using remote repositories to share your work and interact with others’ work. This section covers those commands, many of which are covered in Chapter 7, Working with Remote Repositories.
|
prompt> git clone <some repository> |
|
prompt> git clone --depth 200 <some repository> |
|
prompt> git remote add <remote repository> <repository url> |
|
prompt> git branch -r |
|
prompt> git branch <new branch> <remote branch> |