Aboutus http://rogerdudler.github.io/git-guide/index.zh.html 新建文件夹,创建新仓库 git init 检出仓库 git clone /path/to/repository 添加和提交 git add 或者 git add * 提交全部 git commit -m "修改记录说明" git push origin master 项目简介