Home > Articles

This chapter is from the book

11.5 Summary

Important commands from this chapter are summarized in Table 11.1.

Table 11.1: Important commands from Chapter 11.

Command

Description

Example

git clone <URL>

Copy repo (incl. full history) to local disk

$ git clone https://ex.co/repo.git

git pull

Pull in changes from remote repository

$ git pull

git branch -a

List all branches

$ git branch -a

git checkout <br>

Check out remote branch and configure for

$ git checkout fixtrademark

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.