远程

# git push origin --delete duck
 - [deleted]         duck

本地

# git branch -d duck
已删除分支 duck(曾为 dda11b8)。

可以用

# git branch -a

查看详情

相关文章: