摘要: 下面的命令将转化浅拷贝到完整拷贝(git version 1.8.3): git fetch --unshallow 获得origin(远程仓库)的所有分支: git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" g 阅读全文
posted @ 2022-02-09 13:47 余生以学 阅读(474) 评论(0) 推荐(1)