Azure Repos
In this lab, you will learn how to establish a local Git repository, which can easily be synchronized with a centralized Git repository in Azure DevOps. In addition, you will learn about Git branching and merging support. You will use Visual Studio Code, but the same processes apply for using any Git-compatible client.
Task 1: Visual Studio Code
Task 2: Git for Windows
Exercise 1: Configuring the Lab Environment
Exercise 2: Cloning an Existing Repository
Exercise 3: Saving Work with Commits
Exercise 4: Reviewing History
Exercise 5: Working with Branches
Exercise 6: Managing Branches from Azure DevOps
Exercise 7: Managing Repositories