From a6c335a64420e65296af579f4103980c6be09a00 Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Mon, 26 Nov 2012 07:29:50 +0100 Subject: Add note about sharing objects --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8a4b806..c8dae4d 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,11 @@ The actual binary files are stored in `.git/fat/objects`, leaving `.git/objects` total 8 -rw------- 1 jed users 6449 Nov 25 17:01 1f218834a137f7b185b498924e7a030008aee2ae +If you have multiple clones that access the same filesystem, you can make +`.git/fat/objects` a symlink to a common location, in which case all content +will be available in all repositories without extra copies. You still need to +`git fat push` to make it available to others. + # Some refinements * Allow pulling and pushing only select files * Relate orphan objects to file system -- cgit v1.2.1