Git的rebase
命令的文档非常简短:
--preserve-merges
Instead of ignoring merges, try to recreate them.
This uses the --interactive machinery internally, but combining it
with the --interactive option explicitly is generally not a good idea
unless you know what you are doing (see BUGS below).
那么,当你使用--preserve-merges
时,实际发生了什么?它与默认行为(没有该标志)有何不同?“重新创建”合并是什么意思等等。