Branch


git branch # 查看所有的分支
git branch new_branch_name # 创建一个新分支
git branch -d branch_name # 删除分支