
git clone --bare https://gitlab.com/example/old-repository.gitcd old-repository.gitgit push --mirror https://github.com/example/new-repository.git100MB이상 크기의 파일
git clone --mirror <https://gitlab.com/exampleuser/old-repository.git>cd old-repository.gitgit lfs installgit filter-branch --tree-filter 'git lfs track "*.{zip,jar}"' -- --alljava -jar bfg-1.14.0.jar -b 100M git push --mirror https://github.com/example/new-repository.git