学习目标 :深入理解 git 抽象出来的概念

  1. git repository: 将一个文件夹包裹成 Git 仓库
  2. git commit: 一次提交,存储的是变更记录的引用
  3. git