What would make git delete local files during git pull --rebase?

后端 未结 2 1213
南方客
南方客 2021-01-13 04:15

I am trying to reproduce a problem that resulted from my attempted answer to this question.

In short

A github user tried to do git pul

2条回答
  •  抹茶落季
    2021-01-13 05:13

    git pull will delete ever tracked file on another path.

    refer to Why git rm --cached not remove local ever tracked file but others

提交回复
热议问题