I was doing a dry run through the tutorial and I think the following things need to be added to breakout_2.md:
Add a #-level section beneath the reviewer comments that quickly reminds the attendee to:
make new branches and name it appropriately
Once branches are made via github, they'll have to git pull these to their local repo before checking out. This is new for them because they just cloned the repo w/ branches before. Very important distinction that they only clone once.
make the changes requested for your script
open a pull request, and merge it
and mention that they can refer to git_cheatsheet.md or breakout_1.md if they need help remembering how to do these things.
I was doing a dry run through the tutorial and I think the following things need to be added to
breakout_2.md
:git pull
these to their local repo before checking out. This is new for them because they just cloned the repo w/ branches before. Very important distinction that they only clone once.and mention that they can refer to
git_cheatsheet.md
orbreakout_1.md
if they need help remembering how to do these things.