Search code examples
intellij-ideatags

Quickest way to create git tags in intellij without using terminal?


What is the quickest way to create a tag a checked-out branch without bringing up the terminal and typing git tag -a <tagname> <commit id>?


Solution

  • In the Git log window, right-click on the commit you want to tag then click New Tag...