vscode-gitlens
vscode-gitlens copied to clipboard
Add ability to push a tag
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.
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.
This is one of the few features that means I still have to keep using Git Graph.
+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.
@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.