@GivenCui
        
        2017-06-07T15:36:48.000000Z
        字数 328
        阅读 788
    git
Git参考手册 
图解Git 
Git权威指南--GotGit 
菜鸟教程
git 目录中有三个组成(components),分别是:working directory(工作目录),staged snapshot(快照:add的缓存库),commit history(commit历史)。

# .git/目录下的内容./ ../ config description HEAD hooks/ index info/ objects/ refs/
