vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Add ability to push a tag

Open dotherightthing opened this issue 5 years ago • 5 comments

dotherightthing avatar Aug 31 '19 01:08 dotherightthing

I have been searching for this too. It's not that hard to do "git push --tags" in the console, but it would be nice if you could do this in GitLens, preferably automatically when pushing commits.

derkallevombau avatar Dec 01 '19 10:12 derkallevombau

some tags functionality would be great, as in listing / searching / pushing. However, I guess it's not exactly a simple thing for usability, as you can push with --tags or with --follow-tags (which only works for annotated tags) and to generally distinguish annotated tags from simple tags.

andrei-dascalu avatar Nov 03 '20 10:11 andrei-dascalu

This is one of the few features that means I still have to keep using Git Graph.

blu28 avatar Apr 01 '23 13:04 blu28

+1. The way Git Graph does this is great, just right click the tag > push.., and ask the user to confirm the upstream to push to.

tombeynon avatar Jun 15 '23 13:06 tombeynon

@eamodio seems to indicate this was part 13.6. As we're on 14.6.x is there something I'm missing? I still can't figure out how to do this.

ChrisWiegman avatar Jan 06 '24 16:01 ChrisWiegman