Just added a tag to my commit but doesn't show up when I open bitbucket in browser

Iason van der Meulen November 10, 2017

I just add a commit and pushed it to my master branche

 

1. did git add [files]

2. did git commit -m "with message"

3. did git tag -a v2.0 -m "with message"

4. pushed to master 

5. commit done

6. went to bitbucket website look under tags and no tags are shown.

What did I do wrong ?

 

3 answers

2 votes
Роман Жилинский April 29, 2019

You did nothing wrong. It has some issue with cache and cookies, clear it and You will be fine :)

1 vote
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 11, 2017

You will have to explicitly push the tags.

git push origin v2.0

or

git push origin --tags

The latter will be useful when you have more than one tag to be pushed to remote.

0 votes
jinil May 6, 2020

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events