最佳答案
在我当前的repo中,我有以下输出:
$ git branch -a* masterremotes/origin/masterremotes/public/master
我想从分支列表中删除remotes/public/master
:
$ git branch -d remotes/public/mastererror: branch 'remotes/public/master' not found.
此外,git remote
的输出很奇怪,因为它没有列出public
:
$ git remote showorigin
如何从分支列表中删除“远程/公共/主”?
更新,尝试git push
命令:
$ git push public :masterfatal: 'public' does not appear to be a git repositoryfatal: The remote end hung up unexpectedly