你说的 Simultaneously 是什么意思, 一个 repos,多个服务器管理中心,同时提交,同时更新? 这个可以直接在config下面配置。commit 和 update 的时候 可以 分开,也可以一个命令发送到多个服务器。
类似这种
[remote "bitbucket"]
url =
ssh://git@bitbucket.org/username/algorithm.git fetch = +refs/heads/*:refs/remotes/bitbucket/*
[remote "github"]
url = git@github.com:username/algorithm.git
fetch = +refs/heads/*:refs/remotes/github/*
[remote "all"]
url =
ssh://git@bitbucket.org/username/algorithm.git url = git@github.com:username/algorithm.git