summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index e552dc770..e65ad5b02 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -47,6 +47,8 @@ Enough broad picture, here's how it actually looks:
repository.
* `git annex pull $repository` pulls *all* annexed files from the specified
repository.
+* `git annex file $file` adjusts the symlink for the file to point to its
+ content again. Use this if you've moved the file around.
* `git annex unannex $file` undoes a `git annex add`. But use `git annex drop`
if you're just done with a file; only use `unannex` if you
accidentially added a file.