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 |