I\'d like to find commits in my code base that add video files to throw them out. Is there a way to look for these files in git ?
For example let\'s say all videos have
Yup, like mentioned, I think the thinko is that removing the commits that introduce them is not going to remove the blobs
See http://progit.org/book/ch9-7.html#removing_objects for an extensive treatment of the subject and examples