在 Github 中,如何将更改提交到克隆并提交拉取请求?
我克隆了一个 Github 存储库,做了一些更改,现在我需要提交它们并发送拉取请求。如何将我的克隆变成分叉?
I cloned a Github repo, made some changes, now I need to commit them and send a pull request. How do I turn my clone into a fork?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到 github 存储库,然后单击“fork”。现在您有了一个分叉:) 现在您需要将更改推送到您的分叉并通过 github 发送拉取请求
从那里您可以非常轻松地发送拉取请求。
Go to the github repo, then click "fork". Now you have a fork :) Now you need to push your changes to your fork and send the pull request via github
From there you can send the pull request very easy.
您可以使用 github 的 hub,全部在命令行上进行。为了获得最终的胜利,您可以将“origin”更改为您的分支,并通过一些重命名将您分支的项目更改为上游:
You can use github's hub, all on the command line. For the ultimate win you can change 'origin' to be your fork, and change the project you forked to upstream with some renames: