This commit is contained in:
parent
8d7d1ba638
commit
40ad172347
1 changed files with 13 additions and 0 deletions
13
doc/tips/How_To_Permanently_Delete_a_File__63__.mdwn
Normal file
13
doc/tips/How_To_Permanently_Delete_a_File__63__.mdwn
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue