From 0ad5d4aa159c013af691b39302964361141407d3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 3 Dec 2021 22:05:52 +0100 Subject: cover git annex move, and mention git commit being superfluous before git annex sync or git annex move --- USE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/USE.md b/USE.md index 66139b7..0fe0067 100644 --- a/USE.md +++ b/USE.md @@ -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 -- cgit v1.2.3