We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull request 是 开源协作是一个必须品, 是非常重要的。 要为开源库做贡献,就要需要使用该功能。 下面是从知乎上找到的一些资料,方便大家理解 pull request.
作者:beepony 链接:https://www.zhihu.com/question/21682976/answer/79489643 来源:知乎 著作权归作者所有,转载请联系作者获得授权。
我尝试用类比的方法来解释一下 pull reqeust。想想我们中学考试,老师改卷的场景吧。
理解了 pull request 的含义和流程,具体操作也就简单了。以 Github 排名最高的 https://github.com/twbs/bootstrap 为例说明。
~ git clone https://github.com/beepony/bootstrap.git ~ cd bootstrap ~ git checkout -b test-pr ~ git add . && git commit -m "test-pr" ~ git push origin test-pr
以上就是 pull reqesut 的整个流程,希望对你有帮助~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
总结
pull request 是 开源协作是一个必须品, 是非常重要的。 要为开源库做贡献,就要需要使用该功能。 下面是从知乎上找到的一些资料,方便大家理解 pull request.
例子
我尝试用类比的方法来解释一下 pull reqeust。想想我们中学考试,老师改卷的场景吧。
流程
具体操作例子
理解了 pull request 的含义和流程,具体操作也就简单了。以 Github 排名最高的 https://github.com/twbs/bootstrap 为例说明。
以上就是 pull reqesut 的整个流程,希望对你有帮助~
参考文档:
The text was updated successfully, but these errors were encountered: