summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-12-03 21:49:30 +0100
committerJonas Smedegaard <dr@jones.dk>2021-12-03 21:49:30 +0100
commit7432128dd739682fe02960025166f18ba54206ae (patch)
treee3476e5c8c419074f3ce1551559205bd98981168 /USE.md
parentccb4257b7d1117b6fb285680c948697a40040536 (diff)
fix use git annex add (not git add)
Diffstat (limited to 'USE.md')
-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