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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
b72f43d0
Commit
b72f43d0
authored
Jan 24, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for resolve conflicts editor
[ci skip]
parent
c66c3a46
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
doc/user/project/merge_requests/img/merge_conflict_editor.png
...user/project/merge_requests/img/merge_conflict_editor.png
+0
-0
doc/user/project/merge_requests/resolve_conflicts.md
doc/user/project/merge_requests/resolve_conflicts.md
+12
-0
No files found.
doc/user/project/merge_requests/img/merge_conflict_editor.png
0 → 100644
View file @
b72f43d0
49.2 KB
doc/user/project/merge_requests/resolve_conflicts.md
View file @
b72f43d0
...
...
@@ -21,6 +21,18 @@ request into the source branch, resolving the conflicts using the options
chosen. If the source branch is
`feature`
and the target branch is
`master`
,
this is similar to performing
`git checkout feature; git merge master`
locally.
## Merge conflict editor
> Introduced in GitLab 8.13.
The merge conflict resolution editor allows for more complex merge conflicts,
which require the user to manually modify a file in order to resolve a conflict,
to be solved right form the GitLab interface. Use the
**Edit inline**
button
to open the editor. Once you're sure about your changes, hit the
**Commit conflict resolution**
button.
![
Merge conflict editor
](
img/merge_conflict_editor.png
)
## Conflicts available for resolution
GitLab allows resolving conflicts in a file where all of the below are true:
...
...
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