diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-12-03 21:49:30 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-12-03 21:49:30 +0100 |
commit | 7432128dd739682fe02960025166f18ba54206ae (patch) | |
tree | e3476e5c8c419074f3ce1551559205bd98981168 | |
parent | ccb4257b7d1117b6fb285680c948697a40040536 (diff) |
fix use git annex add (not git add)
-rw-r--r-- | USE.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |