Merge Request (MR)
(Redirected from MR)
Jump to navigation
Jump to search
git push -o merge_request.create origin my-branch error: src refspec my-branch does not match any error: failed to push some refs to 'github.com:your-repo/your-project.git'
git push -o merge_request.create https://docs.gitlab.com/ce/user/project/push_options.html
Contents
GitLab[edit]
- 12.8 Feb 2020 added Review Apps button
- 12.5 Delete source branch once merged [1], feature branches are deleted by default to keep your project clean and tidy.
- 12.4 October 2019
- Merge Request Dependencies
MR approvals requires GitLab premium licence
Errors[edit]
Current HEAD is out-of-date with the remote base branch: Please update the current branch with the latest changes from the default branch.
Related terms[edit]
git mergegit request-pull- Pull Request (PR):
gh pr create - GitLab merge queue
Ready to be merged automatically. Ask someone with write access to this repository to merge this request- reporter in GitLab
See also[edit]
- Branch, MR,
git branch, Managing a branch protection rule in GitHub - Merge Request (MR), GitLab merge queue:
git merge,git merge main,git merge origin/main,git merge main --allow-unrelated-histories, --squash - Merge Request,
git merge
Advertising: