diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-10 14:10:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-10 14:10:48 -0400 |
commit | 16ba23d48de00daccbfb481dd1baca91047f8b3e (patch) | |
tree | 426ccf3aa6191898d27b3f62933170a698ba89c6 /doc | |
parent | 31101a8b278a1b875defdea627307ef90ac3df21 (diff) |
tweak
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index cb3cde0a7..d0bd3a754 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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 ...] |