Objective: This homework exercise is intended to start getting you comfortable with multi-person collaboration in GitHub.
In class, you identified the person to your left and the person to your right
- you'll receive a
pull request
from the person to your left, so please add them as a collaborator to this homework repo (and send them a Slack DM to let them know they have been added so they can proceed with the instructions below) - you'll make a
pull request
to that homework repo from the person to your right, so ask to be added as a collaborator to their homework repo (you'll get a Slack DM from that person when you've been added)
- select a location in your machine and clone your homework repo locally
- create a folder called
src
- add any script file with code to the
src
folder (from any other class or from your own past work) push
this file back to your own homework repo
- go to a brand new location on your machine, and clone the repo from the person to your right
- (checkout and) create a branch
- make a change in the code file from the cloned repo (you'll find it in the
src
folder) - verify that git is tracking the change
commit
the changes with a meaningful messagepush
to the other person's repository (now, you've created a pull request)- notify the person to your right via Slack DM to review your pull request and merge it back to their repository
- review the pull request from the person to your left
merge
back to your own repo