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

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

代码示例2
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