编辑 ~/.gitconfig
[core] mergeoptions = --no-edit
或者终端之行
git config --global core.mergeoptions --no-edit