Skip to content
Snippets Groups Projects

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.
  2. Add some contents to the branch.
  3. Commit the changes using an MR.
  4. Assign the Merge Request to the project owner.

When one of your classmates has submitted an MR to your project:

  1. Review the changes.
  2. Make some comments.
  3. Accept the MR.