Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

GitHub Remove Branch

kadishmal edited this page Aug 13, 2011 · 2 revisions

git push git@github.com:username/repo_name.git :branch_name

This will remove a branch called branch_name from your repo. Don't forget to put : before the branch name.

Clone this wiki locally