Git problems with git push --all

前端 未结 4 1523
耶瑟儿~
耶瑟儿~ 2021-01-02 00:19

I have a base repository that lives on a UNC \\machine\\share ....etc. I have a local clone that I work on in the master branch and occasionally merge over to the \"stable\

4条回答
  •  攒了一身酷
    2021-01-02 00:43

    Thanks, git fsck --full reported "dangling commit"

    so git prune blew away the offending stuff and I got to type it in again. Btu at least the trees are all resolved..

    Thanks for the help.

提交回复
热议问题