Azure DevOps: Source control with Git

Опубликовано: 16 Май 2026
на канале: AMIT Learning
153
2

Azure DevOps Server (formerly Team Foundation Server and Visual Studio Team System) is a Microsoft product that provides version control (either with Team Foundation Version Control (TFVC) or Git), reporting, requirements management, project management (for both agile software development and waterfall teams), automated builds, testing and release management capabilities. It covers the entire application lifecycle and enables DevOps capabilities. you will learn how to set up your Git repository in Azure DevOps, and then go through all the basics to get you started with Git. Next, you will discover
the fundamental operations like creating and cloning repositories, adding new files to the local
repository, and pushing it to the central server to share it with the rest of the team. Also, you will
learn very important commands like commit, push, fetch, and pull. Finally, you will learn how
the branch and rebase commands work, and the two most popular Git branching strategies
called Git Flow and Git Hub Flow. By the end of this course, you will learn how to keep your
source code repository clean by setting up continuous integration, branch policies, and gated
check-in to guard your sources from bad code.