如何在不使用控制台的情况下从 Intellij 推送 Git 标签?

How to push Git TAGs from Intellij without using the console?

有没有办法在不调出控制台并输入 git push origin master --tags

的情况下从 intellij 推送 git 标签

您可以在 VCS -> Git -> 标签...菜单中创建标签。

然后使用 VCS 打开推送对话框 -> Git -> 推送并激活复选框 "Push Tags"。