Indicates that the remote branch corresponding to this branch is in stale status and synchronizes the local repository. Command: git remote update origin --prunegit remote update origin --prune git pull -pgit pull -p I usually use this But you have to manually delete the branch locally.
Isn’t it written that there is no "new" branch on the remote server? Has it been deleted by someone else?
Remove local trackinghttp://zengrong.net/post/1746...
To play git, I recommend you read the blogs of two people, one is Liao Xuefeng and Liao Xuefeng’s git tutorial
The second one is Ruan Yifeng, Ruan Yifeng git tutorial
Indicates that the remote branch corresponding to this branch is in stale status and synchronizes the local repository. Command:
git remote update origin --prune
git remote update origin --prune
git pull -p
git pull -p
I usually use thisBut you have to manually delete the branch locally.