Git stash pop错误-您对以下文件的本地更改将被合并覆盖

Git stash pop错误-您对以下文件的本地更改将被合并覆盖,git,Git,我在使用git stash pop时出现以下错误: error: Your local changes to the following files would be overwritten by merge: user/h2oai_driver.py user/quantile_lift.R user/scratch.ipynb Please commit your changes or stash them before you merge.

我在使用git stash pop时出现以下错误:

error: Your local changes to the following files would be overwritten by merge:
        user/h2oai_driver.py
        user/quantile_lift.R
        user/scratch.ipynb
Please commit your changes or stash them before you merge.
Aborting
The stash entry is kept in case you need it again.
我想把我的零钱从仓库里拿出来。但是我不需要对user/…进行任何更改。。。文件夹。 在这种情况下我该怎么办?(我没有什么要承诺或隐瞒的,所以我不能听从建议
在合并之前提交更改或隐藏更改

(我没有要提交或隐藏的内容,因此我无法按照建议在合并之前提交或隐藏更改)

你可以遵循这个建议,但它会让你陷入困境,特别是如果你使用
git-stash
。藏匿可能会让你炸掉另一个藏品,但是你有了一个新的藏品,你会怎么做?