📜  git merge - Shell-Bash 代码示例

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

代码示例6
# merge two branches
1] you should be on MainBranch -- git checkout MainBranch
2] then run merge command -- git merge SubBranch