I am using Visual Studio 2019 Community Edition for an asp.net project with Azure DevOps Git as the source control. I have been using this source control without issues for the past month.
But today, when I clicked on Commit and Push drop-down button in the Changes tab of Team Explorer then on viewing the history of project it showed a master tag for most recent commit/push that I had just made as shown in the screenshot below.
Question
Why did the master tag suddenly appear for most recent commit/push and what does it mean? I had not input any tag for this commit/push but this was added by Azure DevOps automatically. Such a master tag never shows for any of the prior commits in the past month.
I have only 2 Git branches in my project - a local branch origin/master
and a remote branch origin/master
as in the screenshot below.