指定分支 git pull 下,获取最新代码
git pull
git checkout -b fix/xxx develop
git push --set-upstream origin fix/xxx
git add xxx
git commit -m xxx
git push
指定分支 git pull 下,获取最新代码
git pull
git checkout -b fix/xxx develop
git push --set-upstream origin fix/xxx
git add xxx
git commit -m xxx
git push