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
This can work in gitk as well, using the View / New View / Enter files and directories to include, one per line box.
But note that you need a wildcard that covers the path section of the filename, or else nothing will show.
eg if you have had a file called backup-script.sh, with a varied life (!) appearing in different places in the file tree and you want to see all versions, then you must specify:
*/backup-script.sh