We are trying to remove all LFS files from our git repository, so no LFS references are left. We would like this to be done on all branches and all commits back to the start.
We have tried the following command, but it seems to have left some branches with LFS data in them:
git lfs migrate export --everything --include .
Any help would be appreciated!