From 7432128dd739682fe02960025166f18ba54206ae Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Fri, 3 Dec 2021 21:49:30 +0100
Subject: fix use git annex add (not git add)

---
 USE.md | 7 +------
 1 file changed, 1 insertion(+), 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
 
-- 
cgit v1.2.3