Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
929a864c
Commit
929a864c
authored
May 15, 2019
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Example should better reflect our default 'origin'
parent
e5d2e7e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/project/merge_requests/index.md
doc/user/project/merge_requests/index.md
+3
-3
No files found.
doc/user/project/merge_requests/index.md
View file @
929a864c
...
@@ -539,13 +539,13 @@ Add the following alias to your `~/.gitconfig`:
...
@@ -539,13 +539,13 @@ Add the following alias to your `~/.gitconfig`:
Now you can check out a particular merge request from any repository and any
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
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.
it out.
#### Checkout locally by modifying `.git/config` for a given repository
#### Checkout locally by modifying `.git/config` for a given repository
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment