Pushing Change and Opening Merge Requests

We will follow these steps to make the changes you’ve made on your computer available for others to review and merge into the main document.

  1. Select the branch dropdown and click Push.

    JetBrains
  2. You will be presented with a popup confirming the files with changes that you want to push up to Gitlab.

    JetBrains
  3. This will “push” the changes that you have made on your computer to GitLab, where they can be viewed/reviewed by others. Once the push is complete you will see the following message:

    JetBrains
  4. Now switch over to the GitLab UI in your browser and navigate to the appropriate repository. If you have just recently completed the above Push step you will be presented with a prompt asking if you would like to open a Merge Request. Click Open Merge Request.

    JetBrains
  5. Upon clicking Open Merge Request, you will be taken to the following page to fill in the details of your Merge Request. Add an appropriate title and short description of the change. Add Reviewers to look at your change – they will be the ones to approve your change to be merged into the live document and PAMMS website.

    JetBrains
  6. Once you have filled out all the required fields, click Create merge request.

    JetBrains
  7. You will then be taken to the open Merge Request. Here you can see the change that you are making and all the details that you entered in the step above.

    JetBrains
  8. If you need to get to your Merge Request later from the homepage for your repository, select the Merge Requests tab from the left sidebar.

    JetBrains