summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-12-03 22:05:52 +0100
committerJonas Smedegaard <dr@jones.dk>2021-12-03 22:07:20 +0100
commit0ad5d4aa159c013af691b39302964361141407d3 (patch)
treea90f811f943d61eb67356d35fca7a03f0c08ca4a /USE.md
parentc13be99473ba72786d17f71270047861d231c473 (diff)
cover git annex move, and mention git commit being superfluous before git annex sync or git annex move
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md9
1 files changed, 9 insertions, 0 deletions
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