summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-06 06:19:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-06 06:19:54 +0000
commit95d1e2da2036fb9fe6fa9396240582318fabb170 (patch)
tree8468f992583743d2e7a42f8fbbe5bd4f57e891e9
parentd08aeae94ada76f38d5e784e37cf51700200d0b9 (diff)
parente339e453e4637d1b354d351e40f60eb0353fdc07 (diff)
downloadgitlab-ce-95d1e2da2036fb9fe6fa9396240582318fabb170.tar.gz
Merge branch 'patch-18' into 'master'
doc: add git mr command promotion See merge request gitlab-org/gitlab-ce!28860
-rw-r--r--doc/user/project/merge_requests/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 4cfe59b808a..c6f4798e0d2 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -606,6 +606,9 @@ And to check out a particular merge request:
git checkout origin/merge-requests/1
```
+all the above can be done with [git-mr] script.
+
+[git-mr]: https://gitlab.com/glensc/git-mr
[products]: https://about.gitlab.com/products/ "GitLab products page"
[protected branches]: ../protected_branches.md
[ci]: ../../../ci/README.md