Follow the below steps in Terminal
git clone --mirror https://github.com/your-org/your-repo.git
cd your-repo.git
git remote add azure1 https://dev.azure.com/mycompany/myproject/_git/myproject
git push --mirror azure1
Follow the below steps in Terminal
git clone --mirror https://github.com/your-org/your-repo.git
cd your-repo.git
git remote add azure1 https://dev.azure.com/mycompany/myproject/_git/myproject
git push --mirror azure1
1. Round Robin
It assigns a request to the first server, then moves to the second, third, and so on, and after reaching the last server, it starts again at the first.