GitToolBox
GitToolBox copied to clipboard
[Feature] Push Tag from another branch
Known that there is an existing function for pushing tags on the current branch. Suggest having a feature that can push tags from another branch .
Expect that under the hood, that function is running command similar to:
git push origin <some-tag>