Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 411 Bytes

step-5.md

File metadata and controls

15 lines (12 loc) · 411 Bytes

Step 5

Add your partner as a Contributor to your repository

  • Go to your repo
  • Under the username and name of your repo, look for Settings
  • Look for Collaborators and add your partner

Clone your partner's repository

  • Navigate to your partner's remote repo and clone it on your command line
$ cd ..
$ git clone [ https link of the repo of your partner ]
$ cd [ repo of your partner ]