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
# => true
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
Leave a Reply