- Go to your repo
- Under the username and name of your repo, look for
Settings
- Look for
Collaborators
and add your partner
- 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 ]