$ git merge -b // 指将 b 分支合并到当前分支
git pull 相当于 git fetch + git merge。
git commit、git push、git pull、 git fetch、git merge 的含义与区别
原文:https://www.cnblogs.com/sanduzxcvbnm/p/13321703.html