git init、仓库目录与 .git | Git
本章覆盖:`git init`;work tree;`.git`;bare repository 的后续连接;repository root;nested repository;existing project initialization;initial branch;`.git` 不是普通业务目录;删除 `.git` 与删除工作文件的区别。
本章知识点
git init- work tree
.git- bare repository 的后续连接
- repository root
- nested repository
- existing project initialization
- initial branch
.git不是普通业务目录- 删除
.git与删除工作文件的区别