我已按照this问题的第一个回答将我的源代码上传到我的仓库,但我的文件已被删除。现在只有一个README.md文件和.git文件夹
我可以恢复这些文件吗?
编辑:我刚刚意识到,我忘了做git commit -m 'initial commit comment'
并且只做了
git add .
答案 0 :(得分:1)
我刚刚意识到,我忘记了
git commit -m 'initial commit comment'
并且只做了git add .
然后git pull可能会将工作树重新初始化为远程内容(因此README.md
)
您可以按照" Recover files that were added to the index but then removed by a git reset"
尝试从索引中恢复文件git fsck --full --unreachable --no-reflog