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.
拥有 2 台服务器,它们应该始终彼此同步。
当有人将某些东西推送到服务器 A 的存储库时,服务器 B 上的存储库应该会自动更新,具体取决于哪个服务器是主/从服务器。
两台服务器不在同一台机器上。
这是否可能无需每次更新都运行额外的手动命令?(git fetch 等)或者你建议不同的机制?
您可以使用 apost-receive或update Git Hook在存储库之间推送。
post-receive
update