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

I want to make GIT tags visible to everyone, but How?

sahin January 5, 2015

Hello dear team,
I have in Git tags problems.
so,
I have a local repository.
In this Repositorie there are of course multiple files.
At each change of the file I need to Commit the same time I must also stick TAGs. and then send in main repository.
If I push, do not see other members of the tags that I glued, not

My question is; how can see my tag the other work colleagues.

 with best regards
sahin

3 answers

1 vote
John Garcia
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.
January 6, 2015

To ensure all of your tags get pushed, use the following:

git push -u --all
0 votes
sahin January 6, 2015

Thanks Seth, Now see all my Colleagues my TAGs

0 votes
Seth
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.
January 6, 2015

If you are pushing your tags, then your colleagues should see them after they "fetch" or "pull". This won't be the case if they are fetching or pulling with the --no-tags option.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events