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.
我们已经在 intelljIDEA 中完成了 shelv,之后我们执行了 git clean -f -d -x 并且我们丢失了所有更改。如何找回我丢失的文件。
你不能。git clean -fdx永久删除所有文件,因此除非这些文件存储在其他任何地方,否则它们将永久消失。
git clean -fdx