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