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
Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) provide two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control. This article provides an overview and a starting point for using Team Foundation Version Control with Visual Studio for Mac.
15
15
16
+
16
17
> [!NOTE]
17
18
> **Note**: Team Foundation Version Control support is currently in preview and some functionality is not yet fully working. More changes still to come!
18
19
@@ -27,28 +28,28 @@ From within Visual Studio for Mac, choose the **Visual Studio > Extensions...**
27
28
28
29
## Using the add-in
29
30
30
-
Once the extension is installed, select the **Version Control > Team Foundation Version Control > Connect to Team Foundation Version Control...** menu.
31
+
Once the extension is installed, select the **Version Control > TFS/VSTS > Connect to Team Foundation Version Control...** menu.
31
32
32
-
<imgsrc="images/add-remove-server.png"alt="Connect with a TFS Server"Width="600" />
33
+
<imgsrc="media/tfvc-add-remove-server.png"alt="Add a TFVC Server"Width="600" />
33
34
34
35
Choose either Visual Studio Team Services or Team Foundation Server to get started:
35
36
36
-
<imgsrc="images/choose-server-type.png"alt="Connect with a TFS Server"Width="600" />
37
+
<imgsrc="media/tfvc-choose-server-type.png"alt="Connect with a TFVC Server"Width="600" />
37
38
38
39
Enter you credentials:
39
40
40
-
<imgsrc="images/login.png"alt="Connect with a TFS Server"Width="600" />
41
+
<imgsrc="media/tfvc-login.png"alt="Login to a TFVC Server"Width="600" />
41
42
42
43
Then, choose the projects that you want to access:
0 commit comments