摘要: 远程分支xxx,临时分支tmp_xxx git checkout -b tmp_xxx #创建并进入临时分支 git pull origin xxx #更新本地code git add . git commit -m "test pr" git push --set-upstream origin 阅读全文
posted @ 2025-01-24 16:38 我的腹肌不见了 阅读(56) 评论(0) 推荐(0)