We have discussed many Azure Git Repos operations that you can perform. There are a couple of additional common Git operations such as creating Git tags and forking that we will be exploring in this chapter. Further, we will talk about importing other repositories to Azure Git Repos and creating wikis in Azure DevOps via markdown files stored in Azure Git.
Lesson 11-1: Using Git Tags
A tag is helpful to mark a specific point in the commit history of a Git repo. Azure Git Repos supports two types ...