标签: git webstorm
让我们说你有2个分支A和B.
我想将B合并到A中,但它会进行自动注射。 所以我检查了A然后尝试了
`git merge --no-commit B` to turn off automerge
但这样做,合并尚未结束但已经发生。 有没有办法将B的某些代码行合并为A? 最好是与webstorm mergetool?