mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
some organization & clarification
This commit is contained in:
parent
62b9306f6c
commit
eef26a0841
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user