Documents the steps taken to migrate P2CE's internal git repos to github with self-hosted LFS storage (literally just a gitlab instance lol).
This is done first because LFS is entirely separate from the git repo itself. Relying on .lfsconfig
makes it a bit tricky to mirror using "standard" procedures since there's typically no working tree available.
- Clone your repo
- Run
git lfs fetch --all
. We'll need all LFS objects here!