Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA: List of defined git tags

Where can i find a list of defined git tags in IntelliJ IDEA (without using command line interface)?

like image 503
Matthias Lohr Avatar asked Jan 07 '15 10:01

Matthias Lohr


People also ask

How do I see tags in IntelliJ?

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).

How do I find my Git tag list?

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.

How do I see annotations in IntelliJ?

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.


1 Answers

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:

  • IDEA-74492 Git: Checkout tag or revision: provide a list of available tags in combobox
  • IDEA-102284 Tags in Git Branches popup
like image 177
Javaru Avatar answered Oct 22 '22 00:10

Javaru