Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

tagging in bitbucket

rahuldanwade
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.
July 6, 2014

how to TAG a label to the checkin files (versioning concept) in Bitbucket?

I use git as VCS

if I run following commands in sequence

1.git tag -a v1.4 -m 'my version 1.4'

2.git push origin v1.5

where can I see Project tagged at V1.4 ?

Please help.

Thanks in advance!!!!!


1 answer

0 votes
TimP
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.
July 16, 2014

Hi Rahul,

I assume the v1.5 in the second command is a typo? You would need to run git push origin v1.4 to push a tag named v1.4 to the server.

The Bitbucket page for a particular tag lives at:

https://bitbucket.org/<strong< a="">><user_name>/<repository_name>/commits/tag/<tag_name>

e.g.

https://bitbucket.org/atlassian/stash-suggest-reviewers/commits/tag/stash-suggest-reviewers-1.3

You can see a full list of tags by clicking on the Tags link from your repository page:

cheers,

Tim


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events