$ git checkout -b “分支名称”; 新建本地分支
$ git branch; 查看是否创建成功以及目前在哪个分支
$ git push -u origin "分支名称";本地推送到远程
打开git就阔以看见了