summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmwjQzWgiD7_I3zw-_91rMRf_6qoThupis <Mike@web>2014-10-09 17:43:39 +0000
committerGravatar admin <admin@branchable.com>2014-10-09 17:43:39 +0000
commitb783091a83ed8538efbe8081ea86e4c75e73cdc3 (patch)
treeaf60ff9de910fe7129cec24576a912903ab4cf27 /doc/tips
parent95f52dc473b4e30e78ae3b74634abf7942744ba7 (diff)
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/How_To_Permanently_Delete_a_File__63__.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tips/How_To_Permanently_Delete_a_File__63__.mdwn b/doc/tips/How_To_Permanently_Delete_a_File__63__.mdwn
new file mode 100644
index 000000000..fd654079f
--- /dev/null
+++ b/doc/tips/How_To_Permanently_Delete_a_File__63__.mdwn
@@ -0,0 +1,13 @@
+Hi,
+
+We have several large git annex repos where all of the files are on remotes and we want to got through and clean up the repositories by deleting some subset of files.
+
+What is the fastest way to permanently delete files from a git annex repository with remotes?
+
+I guess I can to ``git annex drop --numcopies=0 <file>; git rm <file>``. Does that actually delete the file permanently?
+
+Is there a faster way?
+
+Thanks,
+
+Mike