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
d1ed0c76
Commit
d1ed0c76
authored
Aug 23, 2016
by
Ondřej Čertík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new lines after backticks and colons
parent
c2d0bb9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/workflow/merge_requests.md
doc/workflow/merge_requests.md
+4
-0
No files found.
doc/workflow/merge_requests.md
View file @
d1ed0c76
...
...
@@ -18,14 +18,18 @@ Please note that you need to have builds configured to enable this feature.
### By adding a git alias
Add the following alias to your
`~/.gitconfig`
:
```
[alias]
mr = !sh -c 'git fetch origin merge-requests/$1/head:mr-$1 && git checkout mr-$1' -
```
Now you can check out a particular merge request from any repository (it will use the
`origin`
remote) by:
```
$ git mr 5
```
This will fetch the merge request into a local
`mr-5`
branch and check it out.
### 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