jzoss / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.
https://github.com/jzoss/Git-Source-Control-Provider
GNU General Public License v2.0
78 stars 26 forks source link

Add option to push tags / push with tags #85

Open gigon opened 6 years ago

gigon commented 6 years ago

I would like an option to push local tags e.g. execute commands like these: git push origin master --tags git push --follow-tags