some organization & clarification

This commit is contained in:
Jake Prather 2013-07-18 11:49:27 -05:00
parent 62b9306f6c
commit eef26a0841

View File

@ -19,7 +19,7 @@ of your source code.
```
///////////////////////////////////////
// Concepts
// Versioning Concepts
///////////////////////////////////////
///////////////////////////////////////
@ -45,11 +45,16 @@ of your source code.
* Git is fast.
* Git is flexible.
///////////////////////////////////////
// Git Architecture
///////////////////////////////////////
///////////////////////////////////////
// Repository
///////////////////////////////////////
A set of files, directories, historical records, commits, and heads. Imagine it as a source code datastructure, with the attribute that each source code "element" gives you access to its revision history, among other things.
A set of files, directories, historical records, commits, and heads. Imagine it as a source code datastructure,
with the attribute that each source code "element" gives you access to its revision history, among other things.
A git repository is comprised of the .git directory & working tree.