Skip to content
Snippets Groups Projects
Commit 88d397f4 authored by Johann MacDonagh's avatar Johann MacDonagh
Browse files

Instruct users to fetch merge request branch

Instructing users to create a new branch on the target branch and then
pulling creates a few issues. If the target branch has moved on since
the source branch diverged from it, then the pull will create an
unnecessary merge commit from the target branch to the source branch. If
the user has pull.rebase set to "true" or "preserve", then this creates
an even stranger history. These instructions will ensure the local
branch created for the merge request is exactly what contributing user
has pushed.
parent 54b89215
No related branches found
No related tags found
1 merge request!16Better merge request manual instructions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment