摘要: 有时候远程分支已经被删除了,但是本地用 git branch -a 命令,还是可以看到。 使用: git remote prune origin 就可以更新origin这个remote的远程信息。 阅读全文
posted @ 2016-09-01 09:53 Glorinli 阅读(764) 评论(0) 推荐(1) 编辑