diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-20 15:20:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-20 15:20:09 -0400 |
commit | 68c8b9b7592a7c407bdd6a0fe8b5f49241118926 (patch) | |
tree | 4a766c32dcc129a5377590d6f91e81150dbffe65 | |
parent | dff948e261196661ad2cb30ee480b7154c5ec2d4 (diff) |
answer
-rw-r--r-- | doc/forum/Two_computers__44___one_networked_repository__44___no_Jabber_-_how_to_setup_sync__63___/comment_1_b90aef011d853ad9feb6f8edc08bf7d9._comment | 16 |
1 files changed, 16 insertions, 0 deletions
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 000000000..11e06cd40 --- /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. +"""]] |