1、git init 初始化git仓库,会生成.git 文件夹,即本地仓库2、git add git add 把文件存入本地缓存区3、git commit -v git commit 推送文件到本地仓库-v 参数 新增文件与仓库文件对比