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.
我有一个运行 GitLab 的本地服务器,我们所有的现场开发人员都在使用它。我们还为远程开发人员设置了一个 github 帐户。我需要一种方法来保持 github 和 gitlab 彼此同步。有谁知道任何工具/程序/配置来做到这一点?谢谢
您可以在源代码库上发布更新挂钩。
步骤 - 从源交换密钥 -> 目标。
在更新后的钩子中添加类似的行
git push --mirror git@dest.example.com/reponame.git
假设 - 源端存储库名称是“reponame”存储库名称在 source.example.com 和 dest.example.com 之间是一致的