git基本命令

git init

使用 命令初始化这个目录,可以让git开始对这个目录进行版本控制
git init

git add

使用该命令会把git add 目录,加到暂存里。

git commit -v (verbose)

使用该命令会列出diff结果
git verbose