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 条评论
排序方式
日期
投票数
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.
请先登录再写评论。