注意:我相信这个问题中的用例与如何反向应用存储?和中止git stash apply。
我只是做了一个git stash apply,令我惊讶的是,并没有完全通过(即检测到冲突)。
回到我跑步前git stash apply的状态最干净的方法是什么?
(我希望有一个--ff-only选项git stash [apply|pop],例如git pull,等等)
注意:我相信这个问题中的用例与如何反向应用存储?和中止git stash apply。
我只是做了一个git stash apply,令我惊讶的是,并没有完全通过(即检测到冲突)。
回到我跑步前git stash apply的状态最干净的方法是什么?
(我希望有一个--ff-only选项git stash [apply|pop],例如git pull,等等)