分支的删除比较简单,比如要删除dev分支,那么首先切换到非dev分支下,然后执行命令
$ git branch -d dev
Last updated 5 years ago
Was this helpful?