Use git to deploy the code. git branch -a Many of the remote branches listed there have actually been deleted. They still exist in git pull. How to delete such cache?
git branch -a
业精于勤,荒于嬉;行成于思,毁于随。
git remote prune originorgit fetch -p
git remote prune origin
or
git fetch -p