
image.png
1. 修改 git pull 的默认行为:git config --global pull.rebase true
2. 后面再 git pull 就不存在 merge 了
3. 也就不用每次都要 git pull rebase
rebase 合并自己的分支

image.png
1. 修改 git pull 的默认行为:git config --global pull.rebase true
2. 后面再 git pull 就不存在 merge 了
3. 也就不用每次都要 git pull rebase
rebase 合并自己的分支