From 73e838fe6e6f0e0063d509bbbf001199db995e9f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 7 Feb 2022 13:58:56 +0100 Subject: add USE section Access --- USE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'USE.md') 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. -- cgit v1.2.3