Course Overview

Azure DevOps Services provide a set of cloud-hosted tools that software teams can use to quickly plan, develop, test, and deliver value in the form of working software. Azure Repos provide public or private Git repositories that enable better collaboration and cleaner code. To maximize learning, students will work in teams, in a common team project, on a common codebase.

Course Outline

Introduction to Azure Repos

  • Azure DevOps overview
  • Azure Repos overview
  • Public vs. private repos
  • Creating, configuring, and securing repos

Git Concepts

  • DVCS concepts and Git overview
  • Using Git from the command line
  • Creating/cloning a repository
  • Git commit and history
  • Basic Git workflows
  • Git for Windows

Visual Studio Integration

  • Visual Studio Integration
  • Connecting-to a repository
  • Basic Git workflows revisited
  • Associating comments and work items
  • Viewing commit history
  • Ignoring files when committing
  • Visual Studio Code Integration

Working with Azure Repos

  • Annotating changes (for blame/praise)
  • Tagging
  • Editing commit history
  • Checkout to a previous version
  • Reverting to a previous version
  • Resetting to a previous version
  • Stashing changes
  • Branching and merging
  • Rebasing
  • Pull requests
  • Branch policies
  • Code reviews using pull requests

Mastering Azure Repos

  • Git Hooks and Git extensions
  • Code Search
  • GitHub integration
  • Forking
  • Workflows (Git Flow, GitHub Flow)
  • Virtual File System for Git (VFS)
  • Repository limits

Who Benefits

This course is appropriate for all software developers who are using or considering using Azure Repos for Git version control.

Prerequisites

Having some experience with version control is recommended. Experience with Git, Visual Studio, and C# are also helpful, but not required.