File: Checkout_only_some_files_with_the_assistant.mdwn

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (14 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.