Performed by Section Lead or designated PM in each section each afternoon:
- Drop link to Zoom created with section Zoom account.
- Add other section PMs as co-hosts.
- Announce the project and review the README with the class.
- Review how to fork and add a collaborator to the forked repository.
$ git clone https://github.com/mixelpixel/Precourse.git
Cloning into 'Precourse'...
remote: Counting objects: 36, done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 36 (delta 8), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (36/36), done.
$ cd Precourse/
$ git remote -v
origin https://github.com/mixelpixel/Precourse.git (fetch)
origin https://github.com/mixelpixel/Precourse.git (push)- Review pair programming best practices.
- Create breakout sessions to randomly assign pairs.
- PMs use the breakout rooms to drop in and help groups with questions.
- Send switch reminders every 30 minutes (on the half hour).
- PMs leave feedback on students' Pull Requests: https://github.com/LambdaSchool/Code-Review-Checklist








