diff options
Diffstat (limited to 'git-annex.mdwn')
-rw-r--r-- | git-annex.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.mdwn b/git-annex.mdwn index bc3550398..2996a90b5 100644 --- a/git-annex.mdwn +++ b/git-annex.mdwn @@ -36,6 +36,7 @@ Enough broad picture, here's how it actually looks: downloaded. * `git annex --drop $file` indicates that you no longer want the file's content to be available in this repository. +* `git annex --unannex $file` undoes a `git annex --add`. * `git annex $file` is a shorthand for either --add or --get. If the file is already known, it does --get, otherwise it does --add. |