ERJ*_*JAN 2 git
我已经上传(推到整个本地分支)到远程仓库。我已经将其与master合并,并在远程仓库中将其删除(在github.com上)
运行git branch -a仍在控制台中显示:
git branch -a
$ git branch -a * master remotes/hivauz/master remotes/hivauz/new_local_branch
是什么原因,github需要时间来更新它吗?
eft*_*ft0 8
您必须运行git fetch --all --prune才能在本地环境中删除远程分支引用。
git fetch --all --prune
归档时间:
6 年,12 月 前
查看次数:
348 次
最近记录:
6 年,8 月 前