Removing a remote branch in git September 30th, 2008

Removing a remote branch in git is fairly simple, although not very well documented:

jan:project jan$ git push origin :old_branch
To git@openminds.be:project.git
 - [deleted]         old_branch
tags: l 0 comments »