git branch
查询当前分支清单
git branch [<--remote|--merged|--no-merged>]$ git branch
iss53
* master
testing新建分支
git branch <branch_name>删除分支
Last updated
Was this helpful?
git branch [<--remote|--merged|--no-merged>]$ git branch
iss53
* master
testinggit branch <branch_name>Last updated
Was this helpful?
Was this helpful?
git branch -d|-D <branch_name>