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.
我在 bitbucket 和提交的代码上创建了一个私有 git 存储库。现在我想导出所有(提交、代码、历史)并将其导入 github 上的 git repo。
有没有办法做到这一点?谢谢
在本地检查所有内容到您的计算机并 git pull。
创建一个 github 存储库
将此 repo 添加为您的第二个遥控器(“使用 git remote add github URL”)
推送到第二个遥控器