'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 1:[1]
In the Git log window, right-click on the commit you want to tag then click New Tag...
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | cb4 |
