diff options
author | frost.kristian@75a6b6a25121f985cd8708f98c691d41716ac720 <frostkristian@web> | 2015-12-20 21:43:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-12-20 21:43:57 +0000 |
commit | 411dcfe4e093784f8fa622f00b3fb5f68474ba1c (patch) | |
tree | 2caaa00334f7842272abc9b9f35a0f96c548c872 /doc | |
parent | 097d48de2ee339388348ad867e0163a177684784 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Purge_whereis.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Purge_whereis.mdwn b/doc/forum/Purge_whereis.mdwn new file mode 100644 index 000000000..d5b614898 --- /dev/null +++ b/doc/forum/Purge_whereis.mdwn @@ -0,0 +1,9 @@ +Hey there, + +I am playing around with git-annex to handle my files and backup's. Sometimes, I wish to delete a file entirely from my local repo and any other repo that contains the file. + +First, I drop the file from my local repo and run git-annex sync --content. Then I run git annex whereis and drop the file from other repo's. Subsequently, I run git annex whereis to ensure that the file has been dropped and does not exist in any repo. + +However, git annex still tracks the file, but I just have 0 copies of it. How do I remove/delete/disable tracking of a single file or multiple files? + +The reason why I have deleted the file is that I don't want it in any of my repo's any longer. |