diff options
-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. |