clarified git-annex-unlock docs re: git add

This commit is contained in:
Ilya_Shlyakhter 2021-03-22 19:58:43 +00:00 committed by admin
parent 420e402779
commit 3b748d522b

View file

@ -20,7 +20,7 @@ The content of an unlocked file is still stored in git-annex, not git,
and when you commit modifications to the file, the modifications will also
be stored in git-annex, with only the pointer file stored in git.
If you use `git add` to add a file, it will be added in unlocked form from
If you use `git add` to add a file to the annex, it will be added in unlocked form from
the beginning. This allows workflows where a file starts out unlocked, is
modified as necessary, and is locked once it reaches its final version.