Section 1 : Git Basics
Git is the backbone of modern DevOps. Git isn’t just “version control”—it’s the control plane that ties together coding, testing, infrastructure, and deployment. Laying this foundation first gives you the confidence and discipline to adopt the broader DevOps toolchain smoothly. That is why, we are beginning our DevOps discussions with Git.
Git is a Distributed Version Control System (DVCS). It is an open source project created by Linus Torvalds, who is also the principle developer of the Linux Kernel.
Git is currently the most popular version control systems used by software developers and programmers worldwide.
This section contains some useful articles related to Git.
Introduction to Git — And Why It’s the First Thing You Should Learn in DevOps
Section 2 : Azure DevOps
Cross-Project Repo Access in Azure DevOps : The Definitive Guide
Azure DevOps Workload Identity Federation Explained: A Deep Dive