What is this? From this page you can use the Social Web links to save Removing a remote branch in Git to a social bookmarking site, or the E-mail form to send a link via e-mail.

Social Web

E-mail

E-mail It
June 21, 2008

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