'What steps the collaborators need to perform locally after git lfs migrate is performed?

I am planning to migrate my repo with git lfs migrate which changes the git history and git commit SHAs. I need to remove some large files from history.

I am wondering what would be the right way to coordinate with other team members to resume their work after git lfs migrate. After migration, shall they delete their local tree and do fresh clone? But in this case, I need to ask all of them to make sure they commit their code to remote before migration which is difficult to coordinate with a large team.

OR can they continue using their local tree and just do git pull --rebase after migration?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source