clarified git-annex-unlock docs re: git add
This commit is contained in:
parent
420e402779
commit
3b748d522b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue