Is there a way to push git tags from IntelliJ without bringing up the console and typing git push origin master --tags
?
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".