diff options
| author | Jake Prather <JakeHP@Zoho.com> | 2013-07-18 16:48:58 -0500 | 
|---|---|---|
| committer | Jake Prather <JakeHP@Zoho.com> | 2013-07-18 16:48:58 -0500 | 
| commit | 033c3bd770766d15a3b7c5ff7285748de866cbea (patch) | |
| tree | 3896484f97ee3f58554741b930e8268a3a2f54bd | |
| parent | eef26a084197db553358bedcb3c7ffae4eaa826d (diff) | |
updates
| -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? | 
