当前位置:   article > 正文

git 实现pr功能_使用Git别名实现更快的PR拉

gitenterprise 拉pr

git 实现pr功能

I love the traditional GitHub workflow of receive pull request, pull down pull request to test, and merge the pull request.  GitHub makes the first and the third steps easy but pulling down pull requests from new contributors requires some boilerplate work that annoys me...

我喜欢传统的GitHub工作流程,即接收拉取请求,拉下拉取请求进行测试以及合并拉取请求。 GitHub使第一步和第三步变得容易,但是要撤消新贡献者的请求就需要一些样板工作,这使我很烦。

...namely navigating to their fork and copying the fork address so that I can do:

...即导航到他们的fork并复制fork地址,以便我可以执行以下操作:

  1. git pull https://github.com/some-new-user/repo.git branch-name

And since you don't know if the author will be contributing more in the future, there's no point in adding them as a remote (via git remote add) -- you'll just muddy up your remote listing.

而且由于您不知道作者将来是否会做出更多贡献,因此将它们添加为

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/天景科技苑/article/detail/833573
推荐阅读
相关标签
  

闽ICP备14008679号