git의“rebase --preserve-merges”는 정확히 무엇을하며 왜 그런가? 명령에 대한rebase Git의 문서 는 매우 간단합니다. --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합니까? 플래그가없는 기본 동작과..