Pull request plugin to merge master into branch
Pull request plugin to merge master into branch
Is there a pull request plugin that I can install into git enterprise that will allow a developer to click a button and merge master into his branch?
I would like him to be able to do so in the pull request page after he opens a PR.
1 Answer
1
Not exactly, both in GitHub Enterprise, or GitLab Enterprise.
Both allows you do merge a branch.
But you can also refresh a pull request locally, as seen in "Improved pull request experience in GitHub for Atom" in Sept. 2018.
A Refresh button to pull updated information about the pull request
Again, that won't merge any branch but it will help working on the right content for a given PR.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Are you referring to GitHub Enterprise? Git != GitHub.
– Scott Weldon
Sep 29 '16 at 23:17