git: having 2 push/pull repos in sync (or 1 push/pull and 1 pull in sync)
- by xavjuan
Hello,
We work on multiple geographically seperate sites.
Today I have our git clones all live on one site A. Then users from site B have to ssh over to do a git clone or to push in changes. These are bare repos where the update is through pushes.
Ideally, for git clone/push performance, I'd like to limit having to go over ssh.
I'd like to…