Search code examples
gitintellij-idea

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


Is there a way to push git tags from IntelliJ without bringing up the console and typing git push origin master --tags?


Solution

  • You can create a tag in VCS -> Git -> Tag... menu.

    Then open the push dialog with VCS -> Git -> Push and activate the checkbox "Push Tags".