Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019
Use version control to save your work and coordinate code changes across your team. Even if you're a single developer, version control helps you stay organized as you fix bugs and develop new features. It maintains a history of your development, allowing you to review and roll back to any version of your code with ease.
The following tutorials demonstrate how to perform common version control tasks using the version control workflow.
Version control workflow
Version control follows a general workflow, similar to the following example, that most developers use when writing code and sharing it with the team.
Get a local copy of the code if you don't have one.
Make changes to the code to fix bugs or add new features.
Once the code is ready, make it available for review by your team.
After the code is reviewed, merge it into the team's shared codebase.
Git has a version of this workflow using terminology and commands unique to Git. Some terms in our documentation might sound familiar if you've used a version control system like Team Foundation Version Control or Subversion, but they behave differently in Git.
Git workflow
Create a branch for the changes you plan to make and give it a name, such as users/jamal/fix-bug-3214 or cool-feature-x. For more branching guidance, see Adopt a Git branching strategy.
Commit changes to your branch. People often have multiple commits for a bug fix or feature.
Tham gia chuỗi buổi gặp gỡ để xây dựng các giải pháp AI có thể mở rộng dựa trên các trường hợp sử dụng trong thế giới thực với các nhà phát triển và chuyên gia đồng nghiệp.
Chứng chỉ này đo lường khả năng của bạn để hoàn thành các nhiệm vụ kỹ thuật sau: Thiết kế và thực hiện các quy trình và thông tin liên lạc, thiết kế và thực hiện một chiến lược kiểm soát nguồn, thiết kế và thực hiện quy trình xây dựng và phát hành, phát triển một kế hoạch bảo mật và tuân thủ, và thực hiện một chiến lược thiết bị.