Exercise 1: Merge Conflicts in main
In this exercise, you will work through solving merge conflicts. To do this:
Open your group repository on your local computer
Swap your name with someone else’s in problem-definitions.qmd
, without discussing it with your teammates
Commit and push your changes
Fix the merge conflicts by working with your team members
Exercise 2: Merge Conflicts across Branches
Review recommended style guide headings at this link. Assign a section of the style-guide document to each member of your team.
Each of you will then create your own branch.
Each of you will add a section or a question related to the style guide on line 12 in the style-guide.qmd
document in your respective branch.
Commit and push your changes.
Create a pull request to merge back into main. Collaborate with your team to address any merge conflicts, as you merge all changes.
Delete your branches after all your changes have been merged.