摘要: 1.使用命令 git remote show origin,可以查看remote地址,远程分支,还有本地分支与之相对应关系等信息 2.使用 git remote prune origin 命令,删除远程仓库不存在的分支 阅读全文
posted @ 2021-05-18 10:42 极客兵兵 阅读(94) 评论(0) 推荐(0)