1. git clone +ssh 地址=将远程代码download 到本地:要在根目录执行这个操作
2.查看所有分支:git branch -a (当前分支前带星号)
3.切换到某个分支:git checkout +分支名称