Cannot delete a remote branch created unintentionally

前端 未结 5 676
陌清茗
陌清茗 2020-12-25 12:54
$ git branch -a
* SocialAct
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/SocialAct
  remotes/origin/social

I want to delete

5条回答
  •  庸人自扰
    2020-12-25 13:33

    git push origin :social
    But you need to delete locally as well, before or after.

提交回复
热议问题