Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是如此 stipud 运行该命令git clean -fdx,并且我的许多未跟踪文件已被删除。我一次又一次地在谷歌搜索任何解决方案,但似乎没有办法通过 git 取回那些删除的文件。
git clean -fdx
我想可能有两种方法可以恢复已删除的文件:
由于我的大部分文件都是 *.js,并且它们被缓存在 Chrome 浏览器中,所以可以查看这些缓存文件的内容吗?
使用文件系统恢复删除的文件。因为我的电脑是Mac,所以我怎么能在mac os中做到这一点?
或者还有其他方法可以恢复这些文件吗?