Skip to content

Commit d4bf3b0

Browse files
committed
Addressed final feedback on the article
1 parent dc44130 commit d4bf3b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mac/tf-version-control.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: 52D3D26A-4D01-4FD1-AAA1-AE7D7BD39746
1515
> For the best version control experience on macOS, we recommend using Git instead of Team Foundation Version Control (TFVC).
1616
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.
1717

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.
1919

2020
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.
2121

@@ -33,15 +33,15 @@ The rest of this article walks you through the options listed above.
3333

3434
## Use Visual Studio Code and the Azure Repos extension
3535

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).
3737

3838
## Connecting using the Team Explorer Everywhere Command Line Client
3939

4040
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.
4141

4242
You can follow the steps below to set up your connection to TFVC and commit changes.
4343

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.
4545

4646
### Setting up the TEE-CLC
4747

@@ -126,7 +126,7 @@ Press **Install** on the next dialog to uninstall the old package and install th
126126

127127
### Using the extension
128128

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.
130130

131131
![Menu item to open the extension](media/tfvc-source-control-explorer-devops.png)
132132

0 commit comments

Comments
 (0)