[Git configuration uses the pull rebase method for pull by default]

git config pull.rebase true

Finally, it will be added to the config configuration of .git

[pull]
    rebase = true

Guess you like

Origin blog.csdn.net/ak47007tiger/article/details/127323472