diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-02-07 13:58:56 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2022-02-07 13:58:56 +0100 |
commit | 73e838fe6e6f0e0063d509bbbf001199db995e9f (patch) | |
tree | e516f16a68672abc75eb56a09443864d5d374694 | |
parent | 2300687a5c76acd9b0414136905c166c9d2f60ea (diff) |
add USE section Access
-rw-r--r-- | USE.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -119,6 +119,24 @@ and finally push your local git and git annex into its new public location: git annex sync --content --all +## Access + +While main purpose of git-annex is to store large media elsewhere, +you obviously want to sometime work with the content locally. + +To fetch content of current folder and all subfolders: + + git annex get . + +To afterwards relieve local storage of git-annex tracked content +in current folder and all subfolders: + + git annex move . + +To fetch or relieve a single file or another directory, +replace the dot with the path to the file or directory. + + ## Split Splitting media files is format-specific. |