Add MR as common abbreviation for 'Merge Request'

This commit is contained in:
Rene Verschoor 2019-05-27 16:48:00 +00:00
parent 785e55c23e
commit fcdb42b5db

View file

@ -381,7 +381,7 @@ Takes changes from one branch, and [applies them](https://git-scm.com/docs/git-m
[Arises](https://about.gitlab.com/2016/09/06/resolving-merge-conflicts-from-the-gitlab-ui/) when a merge can't be performed cleanly between two versions of the same file.
#### Merge Request
#### Merge Request (MR)
[Takes changes](../../gitlab-basics/add-merge-request.md) from one branch, and applies them into another branch.