DevOps

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

Install and Configure Git

Git Basic Operations

Working on Local Git Branches

Working on Remote Git Branches


Section 2 : Azure DevOps

Git Branching Deep Dive (Using Azure Repo)

Cross-Project Repo Access in Azure DevOps : The Definitive Guide

Azure DevOps Workload Identity Federation Explained: A Deep Dive