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

编辑 ~/.gitconfig

[core]
    mergeoptions = --no-edit 

或者终端之行

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

posted @ 2016-09-29 18:24  hailπ  阅读(3395)  评论(0编辑  收藏  举报