From 6082499461f45705cf75a6c5f091b9a43506f1fa Mon Sep 17 00:00:00 2001 From: elfangor Date: Tue, 22 Apr 2014 14:32:48 +0000 Subject: [PATCH] --- ...heckout_only_some_files_with_the_assistant.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/Checkout_only_some_files_with_the_assistant.mdwn diff --git a/doc/forum/Checkout_only_some_files_with_the_assistant.mdwn b/doc/forum/Checkout_only_some_files_with_the_assistant.mdwn new file mode 100644 index 0000000000..7a2270d920 --- /dev/null +++ b/doc/forum/Checkout_only_some_files_with_the_assistant.mdwn @@ -0,0 +1,14 @@ +Hi, + +I really like git-annex for sharing contents with all my devices. But i have a problem with the assistant on my phone, i don't know how to git annex get some file but not all. +For example i have this on a remote: + +repository: + - big file1 + - big file2 + - big file3 + +I have this repository on my phone. I would like to be able to checkout out only "big file2" directly within the assistant. +How can i achieve that? + +Thank you.