diff options
Diffstat (limited to 'git.html.markdown')
| -rw-r--r-- | git.html.markdown | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown index 696639fd..184ec14b 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -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?  | 
