摘要: git fetch 获取远程仓库的最新数据 可以查看到 分支的基本情况 git checkout -b test origin/test 本地会生成test分支,该分支的名称为test(远程仓库已存在) git branch 可以查看本地的仓库分支 git branch -a 可以查看本地与远程的仓 阅读全文
posted @ 2025-04-16 17:15 CodeAma 阅读(103) 评论(0) 推荐(0)