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 有一个“项目”功能,可以让你创建一个简单的看板。
我想把这个项目从 repo-a 移到 repo-b。浏览 UI,我看不到这样做的方法。
如果另一个存储库是空的,您可以复制一个 repo,方法是克隆然后推送一个 repo(也可以看到这里)。
但是如果另一个存储库已经有自己的历史记录,那么您需要先在本地合并它们(可能使用--allow-unrelated-histories)。
--allow-unrelated-histories