1
我創建了一個新的分支並添加了一些文件。切換git分支不更新文件
本地我使用龜GIT,當我切換到新的分支,文件被更新。
在使用CLI的我的生產服務器上,當我切換到git checkout mynewbranch
的新分支時,文件不會更新。
當我git checkout origin/mynewbranch
切換時,文件被更新,但我得到了以下信息:
You are in 'detached HEAD' state. You can look around, make
experimental changes and commit them, and you can discard any commits
you make in this state without impacting any branches by performing
another checkout.
這是爲什麼?
完美運行。 –