@@ -214,5 +214,5 @@ Merge requests can be opened between branches of the same repositories or from a
...
@@ -214,5 +214,5 @@ Merge requests can be opened between branches of the same repositories or from a
To open a merge request, go to the Merge Requests tab of the main repository and click on New Merge Request. Select the head branch (From) and the base branch (To), add a title and a description and click Submit merge request. Your changes should now be visible and can be reviewed and discussed before they get accepted into the mainline.
To open a merge request, go to the Merge Requests tab of the main repository and click on New Merge Request. Select the head branch (From) and the base branch (To), add a title and a description and click Submit merge request. Your changes should now be visible and can be reviewed and discussed before they get accepted into the mainline.
Git workflows
Git workflows by ross
There are many kinds of Git workflows. See for example https://www.atlassian.com/git/workflow for a more elaborated description of these worfklows.
here are many kinds of Git workflows. See for example https://www.atlassian.com/git/workflow for a more elaborated description of these worfklows.