add fix subcommand

This commit is contained in:
Joey Hess 2010-10-16 21:03:25 -04:00
parent 96347a25a2
commit b02a3b3f5b
3 changed files with 40 additions and 12 deletions

View file

@ -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.