diff --git a/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn b/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn new file mode 100644 index 0000000000..4a92d85331 --- /dev/null +++ b/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn @@ -0,0 +1,3 @@ +As we use git annex, each key gets a bunch of files created in the git annex branch, typically named `aaa/bbb/.xyz` + +When I delete files with this particular key, sometimes I'd like to prune these completely. I understand enough of git annex internals to do this myself with shell commands, but curious if this is something others(particularly Joey) have given any thought (or scripts) to.