gpt4 book ai didi

git - 如何恢复删除的文件

转载 作者:太空狗 更新时间:2023-10-29 14:30:46 32 4
gpt4 key购买 nike

在 GIT 工作 repo 中,我使用命令 rm -rf 而不是 git rm 删除了几个文件,当我尝试从服务器(裸 repo )中 pull/获取文件时,文件不可见。我该如何取回这些文件?

最佳答案

恢复到之前的提交。这将重置为上次提交的状态:

git reset --hard HEAD

注意...如果您有其他更改...请务必先将它们藏起来!

git stash

这是从另一篇文章中摘录的选项,可能对您也有帮助:

git checkout abcde file/to/restore

其中 abcde 是提交号。您可以使用:

git log

获取提交日志。

Reset or revert a specific file to a specific revision using Git?

关于git - 如何恢复删除的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6407379/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com