diff options
author | Brian Cully <bjc@kublai.com> | 2009-03-28 21:36:35 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2009-03-28 21:36:35 -0400 |
commit | 55e6f34e7206e97c4c4b1e471dfa15976a29a08f (patch) | |
tree | 792a5d23d7a53f2278253b4b203ec296659f7e23 | |
parent | 48d0b92c0ad3c9d07c7896cb6b142e1eb5cd3cf1 (diff) | |
download | dvcs-git-slides-55e6f34e7206e97c4c4b1e471dfa15976a29a08f.tar.gz dvcs-git-slides-55e6f34e7206e97c4c4b1e471dfa15976a29a08f.zip |
Add note on repo sharing efficiency.
-rw-r--r-- | git.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -162,6 +162,12 @@ which does a fetch and merge of any remote branches being tracked. To publish changes to a remote, use `push.' +*** Space efficient + + Because the object store identifies by the SHA of object contents, + it won't store duplicates. In effect, this means the cost of an + additional remote is only the cost of its differences. + *** Example * Merge strategies |