-
Mark HOEBEKE authoredec676d36
exercises.md 655 B
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:
- Create a new branch.
- Add some contents to the branch.
- Commit the changes using an MR.
- Assign the Merge Request to the project owner.
When one of your classmates has submitted an MR to your project:
- Review the changes.
- Make some comments.
- Accept the MR.