GitFlow.VS
GitFlow.VS copied to clipboard
Pushing tags to VSTFS
We are using Visual Studio Team Foundation Server. When we make a new release and tag it, and the tag is created in local repository, but the tag is not synced to the server. Other participants on the project will therefore not see the tags created.
To get the tags to TFS we need to manually add them using the command
$ git push origin --tags
Would be nice if the tool could do this for us.