mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-18 20:41:29 +02:00
updates
This commit is contained in:
@@ -32,7 +32,11 @@ of your source code.
|
|||||||
// Centralized Versioning VS Distributed Versioning
|
// Centralized Versioning VS Distributed Versioning
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
|
|
||||||
[Detailed Information & Images.](http://git-scm.com/book/en/Getting-Started-About-Version-Control)
|
* Centralized version control focuses on synchronizing, tracking, and backing up files.
|
||||||
|
* Distributed version control focuses on sharing changes. Every change has a unique id.
|
||||||
|
* Distributed systems have no defined structure. You could easily have a SVN style, centralized system, with git.
|
||||||
|
|
||||||
|
[Additional Information](http://git-scm.com/book/en/Getting-Started-About-Version-Control)
|
||||||
|
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
// Why Use Git?
|
// Why Use Git?
|
||||||
|
Reference in New Issue
Block a user