Use Git repositories to host and collaborate on your code using Visual Studio Team Services (VSTS) or Team Foundation Server (TFS).
5-Minute Quickstarts
Get started by creating a repo, uploading your code, and inviting developers to work in the repo. You can use any one of these clients or IDEs:
Or, you can import an existing repo from GitHub, BitBucket, GitLab, or other location to a new, empty repo.
Step-by-Step Tutorials
Learn the basics of working in Git with these tutorials which show tasks performed using Visual Studio or the command line.
- Create a new repo
- Clone an existing repo
- Save work with commits
- Create work in branches
- Share code with push
- Update code with fetch and pull
- Review code with pull requests
- Apply changes with rebase
- Copy changes with cherry-pick
- Resolve merge conflicts
- Undo changes
- Ignore files
- Review history