diff options
-rw-r--r-- | USE.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -52,6 +52,8 @@ Finally (save)[#Save] all content: git annex add . git commit -m "Initial commit" +(final `git commit` is implied by [`git annex sync` or `git annex move`](#clone)) + ## Status @@ -75,6 +77,8 @@ and then archive their (changes to) content: git annex add baz git commit -m "Update foo bar, and add baz." +(final `git commit` is implied by [`git annex sync` or `git annex move`](#clone)) + ## Clone @@ -94,6 +98,11 @@ syncronize only metadata and only with nearest clones: git annex sync --fast +Alternatively (e.g. on small host), +push the content to only be remote without keeping a local copy: + + git annex move . + ### Publish |