There is LFS git repository hosted at Bitbucket server. Now we need to create new LFS repo and move repository there with LFS storage.
How to do this?
For example for normal repo we can do:
git remote add new NEW_REMOTE_REPO_URL
git push —-all NEW_REPO_URL
Will LFS storage be created with all history for new repo?