github - How to delete the branch of the remote warehouse in git
给我你的怀抱
给我你的怀抱 2017-06-14 10:54:48
0
2
815

I created a branch locally without merging it, and pushed the branch to github

Then I deleted the branch locally, so how do I delete the branch on the remote warehouse?

给我你的怀抱
给我你的怀抱

reply all(2)
某草草
git push origin :deleted_branch

origin is your remote name, deleted_branch is the branch you deleted

阿神

You can delete branches directly on the github website

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!