summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--USE.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/USE.md b/USE.md
index 5cd743f..288f3b9 100644
--- a/USE.md
+++ b/USE.md
@@ -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.