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

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

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