I commit my changes and merge to the master code and then Tag it in Sourcetree. But when I go looking for this Tagged version in Bitbucket under Source, I can't find it. What went wrong here?
Thank you for your help in advance.
Hi Geetanjali,
Welcome to the Atlassian Community.
When you created the tag, did you do it from the command line or from within Sourcetree? If you did it from command line did you use -a or --annotate? If you did it from Sourcetree, was the lightweight option selected? Bitbucket will only show annotated tags. You can check if your tag is annotated or not by running
git show <your_tag_name>
If the tag is annotated you will a message, the tag object and the commit.
Hi Mikael,
Thank you very much for your answer. I did not use command line, I did it from within Sourcetree. I am starting to explore command line after you mentioned it here.
Thank you again.
Geetanjali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.