Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio push tags to remote

Tags:

I've recently started working with Android Studio and am using git (bitbucket). Whenever I create a stable/releasable version of an application I create a tag so that it becomes easier to spot all the versions among all the commits.

My trouble is that I have not found a way to push my tags to the remote from within Android Studio (either manually or automatically). Until now I have been using git push --tags through the command line to do the trick.

Is there any way to make it from inside the IDE or do I have to stick to this not so neat way?

like image 592
rSilva Avatar asked Nov 08 '13 15:11

rSilva


1 Answers

Unfortunately, you can't push tags from IntelliJ IDEA/Android Studio.

http://youtrack.jetbrains.com/issue/IDEA-77483

EDIT:

The latest Studio and IDEA have a "push tags" feature. enter image description here

like image 157
Mikalai Daronin Avatar answered Oct 23 '22 11:10

Mikalai Daronin