Generally: If you want a central repository, the first one to push to it
might do something like this:
git remote add origin ssh://big.brother.edu/repo.git
git push origin master
git config branch.master.remote origin
git config branch.master.merge refs/heads/master