Deleting a remote branch in Git repository

git push orign :your_remote_branch_name_to_delete ...pushes "null" to the respective remote branch and deletes it therefore.

Comments

Popular posts from this blog

Tuning ext4 for performance with emphasis on SSD usage

NetBeans 6.1: Working with Google´s Android SDK, Groovy and Grails