编辑 ~/.gitconfig
[core] mergeoptions = --no-edit
或者终端之行
git config --global core.mergeoptions --no-edit
本文共 158 字,大约阅读时间需要 1 分钟。
编辑 ~/.gitconfig
[core] mergeoptions = --no-edit
或者终端之行
git config --global core.mergeoptions --no-edit
转载于:https://www.cnblogs.com/hailspace/p/5920873.html