aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_completely_remove_tracking_of_a_deleted_file_in_direct_mode.mdwn
blob: 82fc666a082e0cef30416bed5df345bb49d7b2f4 (plain)
1
2
3
4
5
6
7
I am in direct mode (managing music) and have no other repositories than the one I'm in.  I would like to delete a file and have git no longer track it at all.

So far I've manually deleted the file and run "git annex add .", but when I run "git annex status" the file is still marked as deleted.  I would like to receive no message whatsoever.

I tried "git annex drop path" , "git annex unannex path", and everything else I can think of but nothing will get git annex to forget the file.

I'm sure this is easy, but how do you remove a deleted file in direct mode?