mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
updates
This commit is contained in:
parent
eef26a0841
commit
033c3bd770
@ -32,7 +32,11 @@ of your source code.
|
||||
// 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?
|
||||
|
Loading…
Reference in New Issue
Block a user