标签:push -- git push origin pst color style class 分支
推送到分支:
git checkout -b dev git branch --set-upstream-to=origin/dev dev git push --set-upstream origin dev
===
git checkout -b dev origin/dev
git push
标签:push -- git push origin pst color style class 分支
原文地址:https://www.cnblogs.com/zhzhlong/p/9442002.html