Thursday, April 30, 2015

TFS Git Basics - Delete a remote branch

You can delete a remote branch on TFS Git using the following command:
git push origin --delete [BRANCH NAME]

No comments:

Post a Comment