This commit is contained in:
Joey Hess 2010-11-10 14:10:48 -04:00
parent 31101a8b27
commit 16ba23d48d

View file

@ -85,9 +85,9 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
Normally, the content of annexed files is protected from being changed.
Unlocking a annexed file allows it to be modified. This replaces the
symlink for each specified file with a copy of the file content.
When you `git commit`, the file, the new content is injected back into
the annex.
symlink for each specified file with a copy of the file's content.
You can then modify it and `git annex add` (or `git commit`) to inject
it back into the annex.
* edit [path ...]