dmochalov opened a new pull request #1995: [NETBEANS-3929] Adding the ability to delete a tag from a remote repo. URL: https://github.com/apache/netbeans/pull/1995 Adding the ability to delete a tag from a remote repository using integrated Git Client. Before a user could delete a branch but could not delete a tag. Now, when performing git push... a user can select locally deleted tag and Git Client will perform git push :refs/tags/{tag_name_to_delete} I tested the implementation locally using GitHub. It looks like this:  It's my first PR so any feedback would be highly appreciated.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
