我只是使用Drupal的命令行工具Drush来测试我网站的本地副本上的核心更新。目前还不清楚更新是否成功,但看起来它确实破坏了我的git repo。我在WAMP堆栈上使用GitBash,它看起来像这样:
myuser@my-computer /c/wamp/www (d7upgrade)
$ drush pm-upgrade drupal
<.. whole bunch of drush output ..>
myuser@my-computer /c/wamp/www ((unknown))
$ git status
fatal: Not a git repository (or any of the parent directories): .git
但是,我可以在/ c / wamp / www中看到.git
目录。它不是空的,实际上.git\refs\heads
包含名为master
和d7upgrade
的文件(我最新的分支)。
我可以恢复我的Git回购吗?