📅  最后修改于: 2022-03-11 14:50:52.581000             🧑  作者: Mango
git checkout b # b is checked out (b could be master for exampel)
git pull # update local b
git merge a # merge branch a into b
git push # b changes on remote with merged source.