In my repo, I have large files committed in history and also present in the latest commit.
I want to use git lfs migrate --no-rewrite
so that the previous commit's SHAs does not get changed.
But will --no-rewrite
change all the large files objects from history with LFS object?
Can I use "--everything" flag to update all the remote branches?