Deleting a remote branch it git

December 18th, 2008 by e-thang Leave a reply »

This is another “command I always forget and want a reference to” post.

To delete a remote branch, type: git push origin :<branch name>.

Advertisement

Leave a Reply