On Tue, 03 Apr 2012 16:54:19 +0200, Holger Hellmuth <hellmuth@xxxxxxxxxx> wrote: > 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 or simply: git push -u origin master tom -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html