While pulling the latest code form the upstream/master branch if you are getting the following message:
! [rejected] latest -> latest (would clobber existing tag)
The solution was to go to VS Code Settings, search for "Git tags":
and uncheck the "Git: Pull tags" checkbox. Unchecking that checkbox will no longer give you that warning and you will be able to pull now.