summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--USE.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/USE.md b/USE.md
index c053636..66139b7 100644
--- a/USE.md
+++ b/USE.md
@@ -49,7 +49,7 @@ add e.g. the following to file `.gitattributes`:
Finally (save)[#Save] all content:
- git add -A
+ git annex add .
git commit -m "Initial commit"
@@ -75,11 +75,6 @@ and then archive their (changes to) content:
git annex add baz
git commit -m "Update foo bar, and add baz."
-Alternatively you can update (but not add)
-in one go:
-
- git commit -m "Update foo bar." foo bar
-
## Clone