Skip to Main Content
Pragmatic Version Control Using Git
book

Pragmatic Version Control Using Git

by Travis Swicegood
December 2008
Intermediate to advanced content levelIntermediate to advanced
184 pages
4h 47m
English
Pragmatic Bookshelf
Content preview from Pragmatic Version Control Using Git

A1.5 Remote Repositories

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.

Clone a Repository

 
​prompt> git clone <some repository>

Clone a Repository but Download Only the Last 200 Commits

 
​prompt> git clone --depth 200 <some repository>

Add a New Named Remote Repository

 
​prompt> git remote add <remote repository> <repository url>

Show All Remote Branches

 
​prompt> git branch -r

Create a Local Branch from a Remote Branch

 
​prompt> git branch <new branch> <remote branch>

Create a Local Branch from a ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Git: Mastering Version Control

Git: Mastering Version Control

Ferdinando Santacroce, Aske Olsson, Rasmus Voss, Jakub Narębski
Pragmatic Guide to Git

Pragmatic Guide to Git

Travis Swicegood
Git Version Control Cookbook - Second Edition

Git Version Control Cookbook - Second Edition

Kenneth Geisshirt, Emanuele Zattin(EUR), Aske Olsson, Rasmus Voss

Publisher Resources

ISBN: 9781680500189Errata Page