diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-12-03 22:05:52 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-12-03 22:07:20 +0100 |
commit | 0ad5d4aa159c013af691b39302964361141407d3 (patch) | |
tree | a90f811f943d61eb67356d35fca7a03f0c08ca4a | |
parent | c13be99473ba72786d17f71270047861d231c473 (diff) |
cover git annex move, and mention git commit being superfluous before git annex sync or git annex move
-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 |