GitFlow.VS icon indicating copy to clipboard operation
GitFlow.VS copied to clipboard

Pushing tags to VSTFS

Open 3komma14 opened this issue 7 years ago • 0 comments

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.

3komma14 avatar Sep 26 '17 12:09 3komma14