简体   繁体   English

拉请求插件将master合并到分支

[英]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? 是否有一个拉动请求插件,我可以安装到git企业 ,允许开发人员单击一个按钮并将master合并到他的分支?

I would like him to be able to do so in the pull request page after he opens a PR. 我希望他在打开PR之后能够在拉取请求页面中这样做。

Not exactly, both in GitHub Enterprise , or GitLab Enterprise . 不完全是,在GitHub EnterpriseGitLab 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. 但是你也可以在本地刷新一个pull请求,如2018年9月“在GitHub for Atom中改进拉取请求体验 ”中所示。

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. 同样,这不会合并任何分支,但它将有助于为给定的PR处理正确的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将master合并为作为pull request提交的分支? - How to merge master into branch submitted as pull request? 单独构建分支,并根据请求请求合并到主节点 - Build branch separately and merge into master on pull request Github:提交拉取请求后将 `master` 分支合并到 `feature` 分支 - Github: Merge `master` branch into `feature` branch after submiting pull request 在拉取请求之前强制将基础/合并母版转移到功能分支 - Force rebase/merge master to feature branch before pull request 拉取请求合并冲突问题 - 不显示当前主分支数据 - Pull Request merge conflict issues - Not showing current master branch data 无法创建提取请求以将功能分支合并到新创建的存储库中的master分支中 - Can't create a pull request to merge a feature branch into a master branch in a newly created repository 如何在GitHub中创建从一个分支的Bitbucket到master分支的合并拉取请求 - How to create merge pull request from Bitbucket of one branch to master branch in GitHub 当该分支上有一个开放的拉取请求时,我可以将我的分支与主分支合并吗? - Can I merge my branch with the master while there is an open pull request on that branch? 合并拉取请求到不同的分支 - Merge pull request into different branch 合并分支'主'不能git拉 - Merge branch 'master' Can't git pull
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM