Difference between revisions of "Pull Request (PR) or Merge Request (MR)"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* <code>[[git request-pull]]</code> | * <code>[[git request-pull]]</code> | ||
− | + | * <code>[[hub pull-request]]</code> | |
* [[git push -o merge_request.create]] | * [[git push -o merge_request.create]] |
Revision as of 07:11, 3 February 2023
- name: Set PR tag if: $Template:Github.event name == 'pull request' run: echo "TAG=pull-request-$Template:Github.event.number" >> $GITHUB_ENV
Related
Activities
- Read https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-requests?view=azure-devops&tabs=browser
See also
gh [ auth | repo | secret | issue | workflow | webhook | gh environment | actions | run ] gh auth login, gh pr create, gh --help
git pull
[-v | -a
]git request-pull
,git pull origin master
Pull Request (PR),--no-rebase, --rebase
- Pull Request, GitHub Pull Requests extension,
gh pr, uses: peter-evans/create-pull-request
Advertising: