如何在 GitHub 上分叉非 GitHub 存储库?
这有最佳实践吗?我正在考虑
创建一个存储库,添加原始存储库作为上游远程
创建一个“镜像”存储库,然后分叉
创建一个“镜像”存储库,然后创建一个“主题分支”
一些东西其他
Is there a best practice for this? I was thinking either to
Create a repo, add original repo as upstream remote
Create a "mirror" repo, then fork that
Create a "mirror" repo, then create a "topic branch"
Something else
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是我最终所做的:
在 GitHub 上创建新的存储库
克隆新的存储库
从原始存储库添加源代码
将原始源代码推送到新存储库
此时您可以开始提交您自己的源代码!
来源: help.github.com/fork-a-repo
This is what I ended up doing:
Create new repo on GitHub
Clone the new repo
Add source code from original repo
Push original source code to new repo
At this point you can start committing your own source code!
source: help.github.com/fork-a-repo
GitHub 允许您导入 Git、Subversion、Mercurial 和 TFS 上的现有存储库。
请参阅 https://github.com/new/import
GitHub allows you to import an existing repository on Git, Subversion, Mercurial, and TFS.
See https://github.com/new/import