Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fetching tags from remote repository in IntelliJ

When I have remote git repository, how can I fetch tags in IntelliJ IDEA?

like image 591
Patrik Mihalčin Avatar asked Oct 26 '25 21:10

Patrik Mihalčin


1 Answers

According to the git fetch documentation:

By default, tags that point at objects that are downloaded from the remote repository are fetched and stored locally.

So you should get most tags just by executing VCS - Git - Fetch

However, if you're referring to the git fetch --tags option, it is not possible in IntelliJ at the moment - vote for https://youtrack.jetbrains.com/issue/IDEA-159572

like image 85
Dmitriy Smirnov Avatar answered Oct 29 '25 10:10

Dmitriy Smirnov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!