I want to push git tags in netbeans. In console I can use it with git push origin --tags
.
How can I do it from the IDE? I'm using Netbeans 8.0.
This process is just like sharing remote branches — you can run git push origin <tagname> . If you have a lot of tags that you want to push up at once, you can also use the --tags option to the git push command. This will transfer all of your tags to the remote server that are not already there.
In the Projects window, right-click the file you want to commit. [start=2] . In the context menu, choose Git > Commit .
Right click on the commit you want to tag, and click Create Tag at this version... Back to Log Message dialog, right click on that tag label, click Push "tag_name"...
Sharing tags is similar to pushing branches. By default, git push will not push tags. Tags have to be explicitly passed to git push .
Well - it's quite a while ago since you asked that question but I just ran into that question as well and found an answer. Hope it will help somebody facing the same issue:
Right click your project > Git > Remote > Push ... > Select remote repository > Your tags will appear here: Select tags to push!! > Push
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With