摘要:
1.Three main sections of Git: the git directory, the working directory, and the staging area.Git directory: where git stores the metadata and object database (most important).Working directory: a single checkout of one version of the project. Pulled out of the Git database and plcaed on disk for use 阅读全文
posted @ 2012-02-11 14:51
zdai
阅读(165)
评论(0)
推荐(0)