$ git pull 获取最新
$ git status 查询状态
$ git add . 代表将所有文件添加到仓库
$ git commit -m "提交信息" 将代码提交到仓库
$ git push 将代码提交到远程仓库