aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/deleting_unwanted_files.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-20 13:44:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-20 13:44:44 -0400
commit6507a97ef768da620685bc1eb7cbbf21d3e98143 (patch)
tree54db51e08aceaeef8f816f8e52aa910fd478e1b6 /doc/tips/deleting_unwanted_files.mdwn
parentadb752e58102f79c769c40e79fd630e421e01b13 (diff)
note
Diffstat (limited to 'doc/tips/deleting_unwanted_files.mdwn')
-rw-r--r--doc/tips/deleting_unwanted_files.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tips/deleting_unwanted_files.mdwn b/doc/tips/deleting_unwanted_files.mdwn
index a6e70e303..8c09b42aa 100644
--- a/doc/tips/deleting_unwanted_files.mdwn
+++ b/doc/tips/deleting_unwanted_files.mdwn
@@ -29,6 +29,9 @@ If you're using the git-annex assistant, you don't normally need to worry about
You have a file. You want that file to immediately vanish from the face of the earth to the best of your abilities.
+Note that, since git-annex deduplicates files by default, any files with
+the same content will be removed by these commands.
+
1. `git annex drop --force file`
2. `git annex whereis file`
3. `git annex drop --force file --from $repo` repeat for each repository listed by the whereis command