How do you push tags (git)?
I'm trying to figure out how to push tags to a remote repository. I tag a commit in PyCharm, but when I push it to the remote the tag does not go with it. What am I missing?
1 comment
Sort by
Date
Votes
For now you need to use the command line to push tags. Feel free to watch http://youtrack.jetbrains.com/issue/IDEA-77483 to get notified when this behavior is changed.
Please sign in to leave a comment.