I'm trying to find commit at which some specific *.npy file was deleted.
git log --full-history  -- <my_file> not showing anything
Find when a file was deleted in Git
So I assume this file was added via git lfs.
How to find commit at which file tracked by git lfs was deleted?
 
    