I have added some tags, but forget to push them to the remote. There's at this time no way to see these missing tags, as far as I can see.
If there's no easy way, could you please add this to the feature requests?
Thank you
-- Edit:
Why: These tags are used in an automatic build system. And when someone forget to push them to the remote, the build breaks... If everyone had a visual clue for missing tags on the remote, this would save some time for resolving those kind of errors.
For a possible solution, maybe you could add it this way: http://stackoverflow.com/questions/11308298/how-to-list-unpushed-git-tags
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This problem also creates another problem namely seeing all tags that have been REMOVED from the remote branch. Even if pulling from the remote branch any deleted tags will not be removed on the local branch.
Scenario:
User1 locally deletes a tag and pushes the changes to the remote (Tag -> Remove Tag -> Remove tag from all remotes). The tag gets removed from the remote branch.
User2 sees no changes in SourceTree, but does a pull anyway. User2 locally still sees the tag that has been removed.
User2 commits and pushes some code changes and have the Push all tags option selected.
The removed tag now exists in the remote branch again.
Scale this scenario up to a team with say 6 people. Handling tags in SourceTree now gets almost impossible.
I would suggest to either implement a local/remote sync process with tags or completely remove tag handling from SourceTree.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are experiencing exactly this problem described by Fredrik. It is annoying. Removed tags kept reappearing, until we realized what was going on.
Please add a local/remote sync process for tags. This would be so helpful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know, SourceTree ONLY shows local tags. It seems (in my experience) to have no knowledge of what the remote tags are. @Tim Crall has already described how to push, I don't think there is a better solution available. This may be a Git limitation rather than a SourceTree one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are probably right about the sourcetree behavior (as to date), but I don't think it's a Git limitation. I think it's possible to implement such a feature. See my edit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd say, based on the stackoverflow answer you linked to, that it IS a git limitation. The only way to get what you want is to run two separate git commands, and run those through other tools (grep, cut, comm) to merge and filter the results. Git natively tracks the status of both remote and local branches, but does not do the same for tags. That said, it certainly wouldn't be THAT hard for SourceTree to do that work, but I expect there will have to be a lot of thought put into how it should work and how it should look. You may want to submit a feature request at jira.atlassian.com.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answer. I know enough now and I have submitted a feature request for it. (Sorry for the delayed responses, but I have not enough points to post more then 1 thing in 24 hours...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just voted up your question, which should give you enough points to post more. Can you post a link to the feature request as an answer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.