Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Iason van der Meulen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

3 votes
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.

2 votes
Роман Жилинский
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 29, 2019

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

0 votes
jinil
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 6, 2020

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events