Difference between revisions of "Merge Request (MR)"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[wikipedia:Merge Request]]
 
[[wikipedia:Merge Request]]
 +
 +
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
 
  [[git push -o]] merge_request.create
Line 15: Line 19:
 
* <code>[[git merge]]</code>
 
* <code>[[git merge]]</code>
 
* <code>[[git request-pull]]</code>
 
* <code>[[git request-pull]]</code>
* [[Pull Request (PR)]]
+
* [[Pull Request (PR)]]: <code>[[gh pr create]]</code>
 
* [[GitLab merge queue]]
 
* [[GitLab merge queue]]
 
* <code>[[Ready to be merged automatically. Ask someone with write access to this repository to merge this request]]</code>
 
* <code>[[Ready to be merged automatically. Ask someone with write access to this repository to merge this request]]</code>

Latest revision as of 08:59, 25 January 2023

Advertising: