I installed git lfs and created a gitattribute file with a lot of file types to track. I'd like to now run the git lfs migrate command for all file types specfied in the .gitattribute. How can I do this?
All the sources I've found seem to only do either a single file type at a time, or a list of file type seperated by a comma:
$ git lfs migrate import --include='*.psd'
$ git lfs migrate import --include='*.psd,*.jpg'