zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
605 stars 74 forks source link

[Feature] Push Tag from another branch #494

Open GrayYeung opened 1 year ago

GrayYeung commented 1 year ago

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>