1

我只是使用 Drupal 的命令行工具 Drush 在我的站点的本地副本上测试核心更新。目前尚不清楚更新是否成功,但它看起来确实破坏了我的 git 存储库。我在 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

.git但是,我可以在 /c/wamp/www 中看到目录。它不是空的,实际上.git\refs\heads包含名为masterand的文件d7upgrade(我的最新分支)。

我可以恢复我的 Git 存储库吗?

4

0 回答 0