GitToolBox icon indicating copy to clipboard operation
GitToolBox copied to clipboard

[Feature] Push Tag from another branch

Open GrayYeung opened this issue 1 year ago • 0 comments

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>

GrayYeung avatar Jul 19 '23 07:07 GrayYeung