You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
//执行一下默认策略就行了
git config pull.rebase false
版权声明:本文为lxy4239原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。