1. git branch # 查看分支
    2. git branch -a #查看所有分支,包括本地和远端的
    3. git checkout -b branch_name # 新建并切换分支