git branch -va 查看branch 信息 git checkout -b daily/0.0.2 origin/daily/0.0.1 git push origin daily/0.0.2 push到远程分支