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

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

代码示例5
# ...develop some code...

$ git add –A
$ git commit –m "Some commit message"
$ git checkout master
Switched to branch 'master'
$ git merge new-branch