title | titleSuffix | description | ms.assetid | ms.service | ms.topic | ms.date | monikerRange | ms.subservice |
---|---|---|---|---|---|---|---|---|
Develop your app in Team Foundation Version Control |
Azure Repos |
See resources about how to develop your app in Team Foundation Version Control (TFVC). |
8535caa8-584a-454b-8c71-ce0cd362d9b1 |
azure-devops-repos |
conceptual |
10/31/2022 |
<= azure-devops |
azure-devops-repos-tfvc |
[!INCLUDE version-lt-eq-azure-devops] [!INCLUDE version-vs-gt-eq-2019]
When your codebase is under version control, you can create and open files in Visual Studio Solution Explorer and write your code, while Team Foundation Version Control (TFVC) does other work for you. When you check files in and out, TFVC keeps track of your changes and creates a history of your project.
Having access to the history of a project has other benefits, such as being able to find, and undo when necessary, changes you made during a specific time period. You can also see exactly what changes your teammates have made, and how your changes relate to the latest changes on the server.
If you're a new user of Visual Studio, Azure DevOps, and TFVC, see how you and your team can get maximum benefit from the most recent version of these tools to build your app.
Take a few minutes to walk step-by-step through a day in the life of developers at Fabrikam Fiber, a fictitious company that provides cable television and related services. Their team recently adopted Visual Studio, Azure DevOps Server, and TFVC to manage their code. You see examples of how to check out and update your code, suspend work when you're interrupted, request a code review, check in your changes, and perform other tasks.
- Day in the life of a DevOps developer: Write new code for a user story
- Day in the life of a DevOps developer: Suspend work, fix a bug, and conduct a code review