SarahLearnsGit Lessons Cloning a repository(repo) find the and copy it cd to the directory that you want to clone the repo in to enter git clone <repo url> * git clone git@github.com:KTSCode/SarahLearnsGit.git cd into the repo directory by entering cd <repo name> * cd SarahLearnsGit