本文介绍了无需分叉请求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
以下是主题 How
- 分拣项目
- 是否在GitHub中为其他代码贡献?向存储库提交一个或多个注释清晰的提交。如果您要修改多个零件或功能,则可以在此创建新分支。
- 在github的Web界面中执行拉取请求。
是否有可能在没有分叉回购的情况下发出拉取请求?
在我看到超过20个仓位为某些拉取请求分配的帐户。他们没有活动,零星星/追随者。看起来我只是在黑天复制某人的代码。
解决方案如果您没有权限创建分支该存储库,无法在没有分叉的情况下创建请求。
Here are steps of code contribution from the topic "How do I contribute to other's code in GitHub?"
- Fork the project
- Make one or more well commented and clean commits to the repository. You can make a new branch here if you are modifying more than one part or feature.
- Perform a pull request in github's web interface.
Is it possible to make a pull request without forking a repo?
It's quite sad to see more than 20 repos in my account which were forked for some pull requests. They have no activity then and zero stars / followers. Looks like I'm just copying somebody's code for a black day.
解决方案
If you don't have access to create branches on that repository, there is no way to create a pull request without forking.
这篇关于无需分叉请求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!