git 本地合并分支

git rebase b    // 将b分支合并到当前分支
git merge b      // 将b分支合并到当前分支
posted @ 2020-08-17 14:37  智昕  阅读(3288)  评论(0)    收藏  举报