# Team Collaboration in GitLab - Exercises ## Membership Management Use the GitLab membership management tool to add some of your classmates' accounts to your project. ## Branch Protection Use the GitLab repository settings page to unprotect the `master` branch. ## Merge Requests Use the GitLab Web IDE and the project of one of your classmates: 1. Create a new branch. 1. Add some contents to the branch. 1. Commit the changes using an MR. 1. Assign the Merge Request to the project owner. When one of your classmates has submitted an MR to your project: 1. Review the changes. 1. Make some comments. 1. Accept the MR.