提交 bc6addf6 编写于 作者: D Douwe Maan

Merge branch 'bw-fix-merge-request-docs' into 'master'

"Checkout locally by adding a git alias" needs small change

See merge request gitlab-org/gitlab-ce!28330
......@@ -547,13 +547,13 @@ Add the following alias to your `~/.gitconfig`:
Now you can check out a particular merge request from any repository and any
remote. For example, to check out the merge request with ID 5 as shown in GitLab
from the `upstream` remote, do:
from the `origin` remote, do:
```
git mr upstream 5
git mr origin 5
```
This will fetch the merge request into a local `mr-upstream-5` branch and check
This will fetch the merge request into a local `mr-origin-5` branch and check
it out.
#### Checkout locally by modifying `.git/config` for a given repository
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册