``git push origin --delete <branch-name>``<branch-name> 是您要删除的远程分支的名称,如果您想要删除所有未被跟踪的本地分支,可以使用以下命令:``git branch -d``