git常用命令参考文档:git-book
init初始化仓库git init
clone克隆远端仓库的内容到本地git clone https://github.com/xxx/xxx.git
add作用:把文件加入git跟踪或把文件修改添
2020-01-05