赞
踩
由于在远程删除了分支,有时候本地不能更新到,所以再次操作已删除的分支时git会报错, 此时只需要刷新一下分支列表即可正常操作。
git remote update origin --prune # 简写 git remote update origin --p