I have my code in a private Github.com repo, and also in a private Microsoft Visual Studio Online git repo. Now I want to mirror / sync them automaticly. So that when I checkin something to Github, it also pushes to VS Online, and vice versa.
I know how to do this 'client-side', by adding extra push-remotes to my local repo. But is it possible to do this 'server-side' too? Using Github Webhooks or something from Microsoft?
Because otherwise I must instruct everyone who wants to work on the code, to add both remotes, or am I wrong?