I want to pull and push code from my local ubuntu machine to Azure Repo. I have used repo type tfvc. How can we perform this option from Linux machine?
-
Can you please add what you have tried and if you got any error? – MoonHorse Jun 20 '20 at 11:20
-
@MoonHorse I have not found a way to get started on Linux. Could you please tell me how to get started in Linux? – Harshvardhan Singh Jun 22 '20 at 06:07
2 Answers
How pull and push code in tfvc repo in Azure DevOps Organization?
First we need install the Visual Studio code on Linux.
Then, we could use the official Azure Repos which released by Microsoft.
It supports both TFVC and GIT version control type.
Create your TFVC workspace
With TFVC, the extension uses information about the current workspace to determine how to connect to Team Services (or your Team Foundation Server). Workspaces can be created using the Visual Studio IDE, Eclipse or with the JetBrains IDEs (e.g, Android Studio, IntelliJ).
Note: At this time, you will need to have a local TFVC workspace already available on your local machine. More information about the difference between the two types (and how to determine which one you're using) can be found here.
You could also take a look at below videos to help get you started using the extension quickly:
- TFVC Source Code Control for Visual Studio Code - This video shows you how to set up the TFVC support on Windows and demonstrates much of the functionality available for Team Foundation Version Control.
Above is for windows machine, if you are working on Linux, please take a look at this similar answer.
Hope this helps.

- 71,098
- 10
- 114
- 135
- First Download Team Explorer Everywhere client - https://github.com/Microsoft/team-explorer-everywhere/releases
- Then on Download Azure DevOps Services Plugin for IntelliJ IDEA --https://learn.microsoft.com/en-us/previous-versions/azure/devops/java/download-intellij-plug-in?view=azure-devops
- Select get from Version Control
- Then select your Azure TFVC DevOps Repo and then clone.select AzureDevops TFVC

- 29
- 4
-
This is great and all, but is the quiestion not about visual studio code???? – Ryan Leach Aug 04 '21 at 05:18