You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> For the best version control experience on macOS, we recommend using Git instead of Team Foundation Version Control (TFVC).
16
16
Git is supported in Visual Studio for Mac and is the default option for repositories hosted in Team Foundation Server (TFS)/Azure DevOps. To learn more about using Git with TFS/Azure DevOps, see the [Setting up a Git Repository](/visualstudio/mac/set-up-git-repository) article.
17
17
18
-
Azure Repos provides two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control.
18
+
Azure Repos provides two models of version control: [Git](/azure/devops/repos/git/?view=azure-devops), a distributed version control system, and [Team Foundation Version Control](/azure/devops/repos/tfvc/index?view=azure-devops) (TFVC), a centralized version control system.
19
19
20
20
Visual Studio for Mac provides full support for Git repositories, but requires some workarounds to work with TFVC. If you're using TFVC for version control today, here are some solutions you can use to access your source code hosted in TFVC.
21
21
@@ -33,15 +33,15 @@ The rest of this article walks you through the options listed above.
33
33
34
34
## Use Visual Studio Code and the Azure Repos extension
35
35
36
-
If you like to work with a graphical interface to manage you files in version control, then the Azure Repos extension for Visual Studio Code provides a supported solution from Microsoft. To get started, download [Visual Studio Code](https://code.visualstudio.com) and then learn how to [configure the Azure Repos extension](https://marketplace.visualstudio.com/items?itemName=ms-vsts.team).
36
+
If you like to work with a graphical interface to manage your files in version control, then the Azure Repos extension for Visual Studio Code provides a supported solution from Microsoft. To get started, download [Visual Studio Code](https://code.visualstudio.com) and then learn how to [configure the Azure Repos extension](https://marketplace.visualstudio.com/items?itemName=ms-vsts.team).
37
37
38
38
## Connecting using the Team Explorer Everywhere Command Line Client
39
39
40
40
If you're comfortable using the macOS Terminal, then the Team Explorer Everywhere Command Line Client (TEE-CLC) provides a supported way to connect to your source in TFVC.
41
41
42
42
You can follow the steps below to set up your connection to TFVC and commit changes.
43
43
44
-
Special thanks to Chris Pilcher, a developer in our community, who's[original instructions for the TEE-CLC](https://gist.github.com/chris-pilcher/a3f14eb081d7ab983e5c) formed the basis of this section.
44
+
Special thanks to Chris Pilcher, a developer in our community, whose[original instructions for the TEE-CLC](https://gist.github.com/chris-pilcher/a3f14eb081d7ab983e5c) formed the basis of this section.
45
45
46
46
### Setting up the TEE-CLC
47
47
@@ -126,7 +126,7 @@ Press **Install** on the next dialog to uninstall the old package and install th
126
126
127
127
### Using the extension
128
128
129
-
Once the extension is installed, select the **Version Control > TFS/Azure DevOps > Open from Remote Repository** menu item.
129
+
Once the extension is installed, select the **Version Control > TFS/Azure DevOps > Open from Remote Repository...** menu item.
130
130
131
131

0 commit comments