summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 21:03:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 21:03:25 -0400
commitb02a3b3f5b264ca12fcbf225db3c3ddd341ac51a (patch)
tree0a5c4ffb859db849d5b454ae098aa08cd6c227ba /doc
parent96347a25a26d01ae4814e9eeb44e7c82a68fb560 (diff)
add fix subcommand
Diffstat (limited to 'doc')
-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.