diff options
-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 |