diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-31 14:50:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-31 14:50:40 -0400 |
commit | f165e4aa997ecb34e2f225d405781a1789806d75 (patch) | |
tree | 4fee7a5e6e920079b2f02bb753578b25326d9ab0 /doc/walkthrough/getting_file_content.mdwn | |
parent | dd41be54f9b338f9dce8f623db2acc96aa70439b (diff) |
add section on syncing to the walkthrough
Diffstat (limited to 'doc/walkthrough/getting_file_content.mdwn')
-rw-r--r-- | doc/walkthrough/getting_file_content.mdwn | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/walkthrough/getting_file_content.mdwn b/doc/walkthrough/getting_file_content.mdwn index cdb4a72e0..f41e17770 100644 --- a/doc/walkthrough/getting_file_content.mdwn +++ b/doc/walkthrough/getting_file_content.mdwn @@ -10,13 +10,3 @@ USB drive. # git annex get . get my_cool_big_file (from laptop...) ok get iso/debian.iso (from laptop...) ok - -Notice that you had to git fetch and merge 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. - -The alternate approach is to set up a -[[central bare repository|tips/centralized_git_repository_tutorial]], 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. |