SarahLearnsGit Lessons

Cloning a repository(repo)

  1. find the and copy it
  2. cd to the directory that you want to clone the repo in to
  3. enter git clone <repo url> * git clone git@github.com:KTSCode/SarahLearnsGit.git
  4. cd into the repo directory by entering cd <repo name> * cd SarahLearnsGit