Programs git commit -m "test commit" 给提交的版本命名 git push -u origin master 提交给GitHup git status 查看现在所在的分支 git branch --remote 查看分支 git checkout xxx 切换到你所要拉取的分支 git pull origin dev 拉取最新分支 git checkout -b xxxx 新建分支并且创建分支