diff options
author | http://joey.kitenet.net/ <joey@web> | 2011-03-23 15:31:54 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-03-23 15:31:54 +0000 |
commit | da198e87fb87430a8d5325d3f793ceeb8f746677 (patch) | |
tree | 3d1d9fa6e60bb465ff472677380bf053421ea3be /doc/walkthrough/getting_file_content.mdwn | |
parent | d0a7513bbbe8b13c99ed3af986aef82e5d0f0248 (diff) |
bit about bare repos
Diffstat (limited to 'doc/walkthrough/getting_file_content.mdwn')
-rw-r--r-- | doc/walkthrough/getting_file_content.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/walkthrough/getting_file_content.mdwn b/doc/walkthrough/getting_file_content.mdwn index a863303ce..5c899ee3c 100644 --- a/doc/walkthrough/getting_file_content.mdwn +++ b/doc/walkthrough/getting_file_content.mdwn @@ -13,4 +13,7 @@ USB drive. Notice that you had to git pull from laptop first, this lets git-annex know what has changed in laptop, and so it knows about the files present there and -can get them. +can get them. The alternate approach is to set up a central bare repository, +and always push changes to it after committing them, then in the above, +you can just pull from the central repository to get synced up to all +repositories. |