summaryrefslogtreecommitdiff
path: root/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 19:53:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 19:53:31 -0400
commit344f13394fe5b12cbdd5eeb99bb63892c7096bfd (patch)
tree478ad78d49e9c3515bee1cd2afd24d3e435a19eb /git-annex.mdwn
parent93d2dc0d6878ccb1067376d2a03193c222429d3e (diff)
update
Diffstat (limited to 'git-annex.mdwn')
-rw-r--r--git-annex.mdwn1
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.