Add LFS support to `generate-script`
Open
task
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
We might be able to do something pretty quick to add some basic LFS support to the generated migration script (without requiring any backend changes).
What if we add a `--lfs` option that adds something to the script for each repo, that post-migration does something like:
```
git lfs fetch --all
git lfs push --all NEW-REMOTE
```
Contributor guide
Assessment
This issue has not been assessed yet.