Cannot delete remote branch in git

前端 未结 3 1853
借酒劲吻你
借酒劲吻你 2020-12-31 05:48

I\'d like to delete a remote branch from my central git repository. The usual advice is to do \'git push origin :branchname\' or \'git push origin :heads/branchname\'. But

3条回答
  •  耶瑟儿~
    2020-12-31 06:42

    You might have to log into your remote repository and delete the branch manually (ie - from the file system).

提交回复
热议问题