I have my code in a private repository of Github.com as well as in a private replica of Microsoft Visual Studio Online git. Now I want to automatically synchronize / synchronize them. So when I do something on Github, it also pushes 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 and the "server side"? Using Github Webhooks or something from Microsoft?
Because otherwise, should I tell everyone who wants to work on the code to add both remotes, or am I mistaken?
git github tfs visual-studio-2015 vsts
Muis
source share