From 1b033f36ae7485191749095f72e06e7ab6397154 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 27 May 2013 18:47:17 +0000 Subject: [PATCH] Added a comment --- ...omment_2_7268b194ba72331858bc3274996b780e._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment diff --git a/doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment b/doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment new file mode 100644 index 0000000000..b066c85db9 --- /dev/null +++ b/doc/forum/Use_local_files_instead_of_re-downloading_from_S3_remote/comment_2_7268b194ba72331858bc3274996b780e._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 2" + date="2013-05-27T18:47:17Z" + content=""" +You can also use `git annex reinject` to feed in contents of specific files, without needing to directly touch the files in the repository. + +Or, you can check all the local files into a temporary directory. Either the assistant or a manual `git annex add` will +notice if these files have the same content as files already in the repository. The files will then be available in two locations, the temp directory and wherever it was checked into your repository before. You can then delete the temp directory. +"""]]