📜  git merge branch into main - Shell-Bash 代码示例

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

代码示例3
You can run your tests, make sure the hotfix is what you want, and finally merge the hotfix branch back into your master branch to deploy to production. You do this with the git merge command:

$ git checkout master
$ git merge hotfix