How to sync Azure Devops Repo with Gitlab
问题 We are using Azure Devops repo for some of our development needs. We are also using gitlab as our main source control. I want to keep my gitlab repo in sync with Azure repo. That is whenever some change is committed in Azure Repo, it should automatically flow to Gitlab. We are using GitLab CE, hence mirroring Pull option is not available 回答1: I think you can try to use Command Line Script task in build pipeline, and then push the update to gitlab via the git command as follow shown. git clone