下载代码
git clone url
目录下所有文件添加版本控制
git add . *
提交文件到本地
git commit -m "注释"
提交到远程仓库master分支
git push origin master