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.
我们有自己的 linux 服务器,带有 git 服务器。但由于某些原因,我们创建了 bitbucket 帐户(私人仓库),现在我们想将其用作“备份”。
现在我想设置当有人在自己的服务器上推送代码时-> 服务器在 bitbucket 上进行其他推送。
有可能的?有人为此编写脚本或一些想法.....?
我相信你可以通过git post-receive hook做到这一点。