summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJake Prather <JakeHP@Zoho.com>2013-07-18 16:48:58 -0500
committerJake Prather <JakeHP@Zoho.com>2013-07-18 16:48:58 -0500
commit033c3bd770766d15a3b7c5ff7285748de866cbea (patch)
tree3896484f97ee3f58554741b930e8268a3a2f54bd
parenteef26a084197db553358bedcb3c7ffae4eaa826d (diff)
updates
-rw-r--r--git.html.markdown6
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?