Difference between revisions of "Pull Request (PR) or Merge Request (MR)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{git pull}}")
 
Tags: Mobile web edit, Mobile edit
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
[[wikipedia:Pull request]]
  
  
 +
    - name: Set PR tag
 +
      if: ${{ github.event_name == 'pull_request' }}
 +
      run: echo "TAG=pull-request-$Template:[[Github.event.number]]" >> $[[GITHUB_ENV]]
  
{{git pull}}
+
 
 +
* <code>[[git request-pull]]</code>
 +
* <code>[[hub pull-request]]</code>
 +
 
 +
* <code>[[git push -o merge_request.create]]</code>
 +
 
 +
* [[GitHub]]: <code>[[gh pr create]]</code>
 +
 
 +
== Related ==
 +
* [[Merge Request (MR)]]
 +
 
 +
* <code>[[az repos pr]]</code>
 +
* [[Heroku Review Apps]]
 +
* [[Azure Pipelines: pr:]]
 +
* [[GitHub Pull Requests extension]]
 +
* <code>[[pre-commit]]</code>
 +
* [[Permanent resident]]
 +
 
 +
== Activities ==
 +
* Read https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-requests?view=azure-devops&tabs=browser
 +
 
 +
== See also ==
 +
* {{gh}}
 +
* {{git pull}}
 +
* {{PR}}
 +
 
 +
[[Category:Git]]

Latest revision as of 05:13, 25 January 2024

Advertising: