Wednesday, January 18, 2012

Deleting a remote branch

Deleting a remote branch is hard to remember.
git push origin :branch_to_delete
I like Progit's mnemonic; think of it as pushing nothing into that branch.
http://progit.org/book/

No comments:

Post a Comment

Fork me on GitHub