🔗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.