summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarian Sievers <marian.sievers@gmail.com>2015-10-22 08:54:38 +0200
committerMarian Sievers <marian.sievers@gmail.com>2015-10-22 08:54:38 +0200
commit232ed30031541607e4a5d3e2a3892308092f3019 (patch)
tree3382c5b1e5b716e55ff2f2f5a03bf1165e0c086d
parentcb251870aa716a04350687f8c9191f24bb1e00b9 (diff)
Add feature "fast branching"
Add feature "fast branching". In contrast to SCM's like SVN, branching in Git is very fast.
-rw-r--r--git.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.html.markdown b/git.html.markdown
index bedc9853..3e20c29f 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -34,6 +34,7 @@ Version control is a system that records changes to a file(s), over time.
* Can work offline.
* Collaborating with others is easy!
* Branching is easy!
+* Branching is fast!
* Merging is easy!
* Git is fast.
* Git is flexible.