标签:git merge xxxx push 使用 nbsp out git mit com
git checkout release
git checkout -b feature/push-191204
git add .
git commit -m ‘feat: xxxx‘
git push
合入主库
git checkout release
git pull
git checkout feature/xxxxxxxxxx
git merge release
git push
git checkout relase
git merge feature/xxxxxxxxxx
git push
标签:git merge xxxx push 使用 nbsp out git mit com
原文地址:https://www.cnblogs.com/wzy23/p/12460537.html