How to Import project code from local machine to Azure Repos?

前端 未结 3 1986
闹比i
闹比i 2020-12-13 19:43

I have existing code on local PC in Visual Studio that I want to Import to the Azure Repos project. I have already created the Project in Azure DevOps. I have used Team Expl

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-13 20:08

    For Git

    For manual import you can use commands like mentioned here

    For TFVC

    Reference here

    Update 1:

    Note: The images are obtained from the old UI. Now the AzureDevOps UI is changed,but the process is quite similar

提交回复
热议问题