git init 初始化
git clone “url” git url
git add 文件名 添加个单个文件
git commit -am “描述” 提交文件
输入git账户:XXXX@qq.com
git密码
git checkout demo 切换到demo分支
git status 查看git状态
git在提交前,需要先更新github上面的文件
git pull https://gitxxxxx.com demo 更新文件
git push https://gitxxxxx.com demo 推送文件到github上
git的版本是一串不规则字符串
暂时项目用的指令有这些
更新后续添加更新。。。。。。