背景
开发过程,可能遇到这种情况
git merge效果
git checkout feature
git merge master
git rebase效果
git checkout feature
git rebase master
参考
https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-10-09 22:54:06