1.git init git init会在 aaa文件夹里创建一个 .git 目录2.git add git add会将文件添加到「暂存区」git commit -v git commit -v将会显示提交时所有diff信息