git merge 会生成一个新得合并节点,而rebase不会
使用merge合并, 为分支合并自动识别出最佳的同源合并点:
而使用rebase则:
使用git pull时默认是merge, 加 --rebase参数使其使用rebase方式