gpt4 book ai didi

git - 如何在 git stash pop 上指定默认 merge 策略

转载 作者:太空狗 更新时间:2023-10-29 13:10:43 26 4
gpt4 key购买 nike

当我执行 git stash pop 时如何指定默认 merge 策略?

我试过了

git stash pop --theirs

但这不起作用。

最佳答案

现在这是可能的:

git cherry-pick -n -m1 -Xtheirs stash

文字字符串 stash 现在表示顶部的存储条目(您也可以为下面的条目执行 stash@{1},依此类推。

有关其工作原理的更多详细信息,请访问 this answer .

关于git - 如何在 git stash pop 上指定默认 merge 策略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43770520/

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