From 87c4f0e32022c7a4ae4520e591d96bebbbdb4b45 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Jan 2015 15:20:09 -0400 Subject: [PATCH] answer --- ...t_1_b90aef011d853ad9feb6f8edc08bf7d9._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Two_computers__44___one_networked_repository__44___no_Jabber_-_how_to_setup_sync__63___/comment_1_b90aef011d853ad9feb6f8edc08bf7d9._comment diff --git a/doc/forum/Two_computers__44___one_networked_repository__44___no_Jabber_-_how_to_setup_sync__63___/comment_1_b90aef011d853ad9feb6f8edc08bf7d9._comment b/doc/forum/Two_computers__44___one_networked_repository__44___no_Jabber_-_how_to_setup_sync__63___/comment_1_b90aef011d853ad9feb6f8edc08bf7d9._comment new file mode 100644 index 0000000000..11e06cd406 --- /dev/null +++ b/doc/forum/Two_computers__44___one_networked_repository__44___no_Jabber_-_how_to_setup_sync__63___/comment_1_b90aef011d853ad9feb6f8edc08bf7d9._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-01-20T19:15:50Z" + content=""" +Since Alice and Bob are never online at the same time, you need +a central git repository somewhere. + +This could be on a linux server, perhaps even with git-annex installed. +Or, you could just make a repository on github or gitorious. No need +for git-annex. + +Wherever it is, add the central repository as a git remote on Alice and +Bob, and they'll each use it to drop off the current state of their +git repo, and sync up with the changes from each other. +"""]]