I am new to using git and tags. My team member ran the following commands:
git tag v1.27.1 git push origin v1.27.1
Now that I have git pull and then run the git tag in my environment, I expect to see a list of all the tags. I can see other tags that have been ported to the repo in a similar way, but not in this particular one. I want to know how / where this tag is lost. How can i do this? What should be my approach?
Also, my team member who created the tag can see the tag on his machine when he runs the git tag Thank you!
source share