📌  相关文章
📜  合并两个分支 git - Shell-Bash 代码示例

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

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