Delete a branch on github from the command line
怪我咯
怪我咯 2017-05-02 09:23:22
0
3
687
  我这里看到github上明明有三个分支,我用命令行删除new1和new2删除不了 
  在命令行里又显示删除了是怎么回事,git和github上的账号都是没有问题的,命令行也是指定了的
  

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
洪涛

To delete remote branches please use:

git push origin :[branch_name]
Peter_Zhu

Refer to Git common operations-branch management

迷茫
  • git push origin -d branch_name

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template