如何关闭git pull产生的merge 信息

it2025-01-29  35

编辑 ~/.gitconfig

[core] mergeoptions = --no-edit

或者终端之行

git config --global core.mergeoptions --no-edit

转载于:https://www.cnblogs.com/hailspace/p/5920873.html

最新回复(0)