一、新建代码库1.新建一个项目,并初始化
$ git init [project-name]
2.下载项目
$ git clone [url]
二、配置1.显示当前的Git配置
$ git config --list
2.编辑Git配置文件
2019-12-17