Wednesday, December 31, 2014

Delete a Remote Git Branch

To delete a branch from the server, do the following:
git push origin --delete serverfix

No comments:

Post a Comment