summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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