mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
some organization & clarification
This commit is contained in:
@@ -19,7 +19,7 @@ of your source code.
|
|||||||
```
|
```
|
||||||
|
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
// Concepts
|
// Versioning Concepts
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
|
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
@@ -45,11 +45,16 @@ of your source code.
|
|||||||
* Git is fast.
|
* Git is fast.
|
||||||
* Git is flexible.
|
* Git is flexible.
|
||||||
|
|
||||||
|
///////////////////////////////////////
|
||||||
|
// Git Architecture
|
||||||
|
///////////////////////////////////////
|
||||||
|
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
// Repository
|
// 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.
|
A git repository is comprised of the .git directory & working tree.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user