Where can i find a list of defined git tags in IntelliJ IDEA (without using command line interface)?
Check out a tagged commitLocate the tagged commit that you want to checkout, right-click it and select Checkout Revision from the context menu. Invoke the branches popup, click Checkout Tag or Revision and type in the tag name (IntelliJ IDEA provides a list of matching tags and revisions as you type).
List Local Git Tags. In order to list Git tags, you have to use the “git tag” command with no arguments. You can also execute “git tag” with the “-n” option in order to have an extensive description of your tag list. Optionally, you can choose to specify a tag pattern with the “-l” option followed by the tag pattern.
Enable annotationsRight-click the gutter in the editor or in the Differences Viewer and select Annotate with Git Blame from the context menu. You can assign a custom shortcut to the Annotate command: go to the Keymap page of the IDE settings Ctrl+Alt+S and look for Version Control Systems | Git | Annotate.
As @alex mentions, it is currently not possible to view tags (you can only view branches). You may want to watch and/or vote for:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With