Commit bc6addf6 authored by Douwe Maan's avatar 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
parents 5c836c15 929a864c
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment