Class 3C: Branches and Pull Requests with Git
Contents
Class 3C: Branches and Pull Requests with Git¶
Before this class, please make sure you watch the assigned Git videos on this page.
During class we will do the following:
Create and resolve a merge conflict¶
Message your groupmates and get in touch with them
ONE PERSON IN EACH ROOM, will fork this repository onto your own GitHub account
Clone that fork onto your computer
Add your teammates to the repository
Teammates clone onto computer
Try to create and resolve a merge conflict.
Tips¶
Here are some command sequences that might be useful:
- git switch -c 'person1'
- git switch -c 'person2'
- edit the file
- add, commit, push
- deal with the Pull Request(PR) on GitHub