gpt4 book ai didi

git - 如何提取和 merge 我未提交的更改?

转载 作者:太空狗 更新时间:2023-10-29 12:44:59 25 4
gpt4 key购买 nike

在处理一些未提交的文件时,我需要提取新代码。存在冲突,因此 git 拒绝 pull :

error: Your local changes to the following files would be overwritten by merge:
...
Please, commit your changes or stash them before you can merge.

问题 1:如何提取和 merge 未提交的更改?我需要继续工作,我还没准备好提交,但我想要外部代码?

问题 2:我最后做了一个 stash,然后是 pull。我现在如何将我的更改 merge 到新的 pull 中?如何在不破坏 pull 的新变化的情况下应用我的存储?

最佳答案

使用stash,然后pull,最后stash pop

git stash
git pull
git stash pop

关于git - 如何提取和 merge 我未提交的更改?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33535147/

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