It will take a while for this process and all of the commands to become a natural part of the way you work. To help speed that process, this section provides a chance to collect and review the Git commands that were used in this chapter.
Exercises
1.
Match the tasks on the right with the appropriate git command listed on the left.
git config
Display Git settings.
git remote -v
List your remote repos.
git clone <clone URL>
Create a copy of the origin repository in your development environment.
Hint.
Note that the tasks listed are in approximately the same order as they appear in the sections of this chapter.