summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-02-07 13:58:56 +0100
committerJonas Smedegaard <dr@jones.dk>2022-02-07 13:58:56 +0100
commit73e838fe6e6f0e0063d509bbbf001199db995e9f (patch)
treee516f16a68672abc75eb56a09443864d5d374694
parent2300687a5c76acd9b0414136905c166c9d2f60ea (diff)
add USE section AccessHEADmaster
-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.