You and your partner should follow these instructions together. "PartnerA" will assume the role of "driver" first, and "PartnerB" will assume the role of "navigator" first - decide now who those will be. You should switch these roles every 15 minutes (use a timer to keep track).
The steps below will help you establish a workflow for sharing your work with each other using Git. Note that for this to work, it is very important that only one partner works on the project at a time - you must stick to the driver/navigator roles.
- Both partners should fork the repo and clone their fork to their respective machines.
- PartnerA: Copy the url for your fork's github page from your browser's url bar (it will be something like
https://github.com/<PartnerA_username>/<PairExercise.WorkshopTitle>
) and send that url to PartnerB via Slack
- PartnerB: Copy the url that PartnerA sent you,
cd
into your local clone on your machine and execute this command using that url: