tweak
This commit is contained in:
parent
31101a8b27
commit
16ba23d48d
1 changed files with 3 additions and 3 deletions
|
@ -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 ...]
|
||||
|
||||
|
|
Loading…
Reference in a new issue