Hi Folks,
In my next posts in “How do I series” I will spot the light on Visual Studio Team Services.
To get started to upload and share code after creating your Visual Studio Team Services account, you have to connect to your private Git repositories or Team Foundation version control from tools like:
- Eclipse
- Xcode
- Visual Studio
- Android Studio
- IntelliJ
- Visual Studio Code
Create your team project in Visual Studio Team Services
- Sign in to your Visual Studio Team Services account (
https://{youraccount}.visualstudio.com). - Name your team project. Select your process template to manage your work. Then choose Git or TFVC for version control.
Not sure which to choose? Find out which process template and version control work best for you:
- Git: Work in a decentralized version control system that provides lightweight branches and a good experience when working offline.
- Team Foundation Version Control (TFVC): Work in a centralized version control system that provides a good experience, even with a massive codebase.
- Add users to your account, or add users to your team project.
- Connect and share your code from:
- Visual Studio
- Xcode
- Eclipse
- Android Studio
- IntelliJ
- Visual Studio Code
Connect and share code from Visual Studio
- Sign in to your Visual Studio Team Services account (
https://{youraccount}.visualstudio.com). - From your account overview page, select your team project. To find your team project, use Browse.

- From your team project page, open Visual Studio.

- Choose your next step based on the version control you selected:
- Share code in Git using Visual Studio
- Share code in TFVC using Visual Studio
Connect and share code from Xcode
Choose your next step based on the version control you selected:
- Share code in Git using Xcode
- Share code in TFVC using Xcode
Connect and share code from Eclipse
Install the Team Explorer Everywhere plug-in for Eclipse
- If you haven’t already, install Eclipse.
- Open Eclipse and on the Help menu, select Install New Software.
- Add a repository for Team Explorer Everywhere.

- Select the “Team Explorer Everywhere” features.

- Accept the license agreement and restart Eclipse when prompted.
Connect to your team project
- Show Team Explorer.


- Connect to Team Foundation Server.

Enter a caption
- Add the server.

- Enter your Visual Studio Team Services account (
https://{youraccount}.visualstudio.com).
- Connect to your team project.

Share your code
Choose your next step based on the version control you selected:
- Share code in Git using Eclipse
- Share code in TFVC using Eclipse
