Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想重命名 GitHub 组织名称,但有些人拥有该组织的某些存储库的分支。
如果我重命名它,这会影响其他人的叉子吗?
谢谢
我记得:Github 会在组织重命名后自动更改分叉的“来源”
托管在 Github 上的分叉就可以了。但是必须更新所有将您的存储库命名为上游的本地克隆以反映新名称:
git remote set-url upstream http://github.com/newuser/newrepo.git # or ssh://