From 033c3bd770766d15a3b7c5ff7285748de866cbea Mon Sep 17 00:00:00 2001 From: Jake Prather Date: Thu, 18 Jul 2013 16:48:58 -0500 Subject: updates --- git.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'git.html.markdown') 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? -- cgit v1.2.3