📜  如何合并 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:28.152000             🧑  作者: Mango

代码示例2
git checkout ( + a branch)  # go to the named branch
git pull                    # update local
git merge ( + a branch you want to merge) # merge branch into checkout branch
git push                    # changes on remote. Then checkout merged branch