No, this is not possible in automatic mode.
But as a workaround, you can configure both systems to use Git as the type of repository and use the local Git repository to synchronize between both remote repositories.
To do this, create a new local repository using
git init
Then add two remote controls
git remote add codeplex https:
git remote add vso https:
Git, Visual Studio Online CodePlex, , :
git push codeplex master
git push vso master
Git .
CodePlex codeplex, Git.