Git - push tags in Netbeans

I want to click git tags in netbeans. In the console, I can use it with git push origin --tags.

How can I do this from the IDE? I am using Netbeans 8.0.

+4
source share
1 answer

Good - it was a long time ago when you asked this question, but I just ran into this question and found the answer. Hope this helps someone run into the same problem:

Right-click your project> Git> Remote> Push ...> Select a remote repository> Your tags will appear: Select the tags to click !! > Click

+5
source

Source: https://habr.com/ru/post/1545819/


All Articles