Removing a remote branch in Git
Posted in: Programming, Tips
This is something I’ve had to checkup a few times so I figured it would be useful both for myself and for others to keep around in a blog post.
To remove a remote branch you created in Git just push to it like:
$ git push origin :name-of-branch
Return to: Removing a remote branch in Git
Social Web