摘要: git checkout -b newbranch origin/newbranch 若远程分支没有更新到本地,则可使用下列命令进行更新 git fetch origin git remote update origin --prune 阅读全文
posted @ 2025-03-26 18:11 邢韬 阅读(20) 评论(0) 推荐(0)