为什么在github上删除了某个分支之后,本地的仓库同步不了这个信息
相同问题:
参考链接:
https://blog.csdn.net/u012760435/article/details/84977933
解决方案:
git remote update origin --prune
相同问题:
参考链接:
https://blog.csdn.net/u012760435/article/details/84977933
解决方案:
git remote update origin --prune