git branch
git branch -a
git checkout -b monBlog emotes/origin/monBlog //git checkout -b xxxx(本地分支名称) yyyy(上条命令查找到的远程分支的名称)