Skip to content

Lean git clone – move large files to LFS #2690

@adamziel

Description

@adamziel

Cloning the Playground repo can be slow when done without --depth=1 --shallow-clone because git will download the full history, including all historical .wasm builds and WordPress builds. One way to make it smaller is rewriting the history to move all the large files to LFS. Now, I don't like the idea of rewriting the history, but we could create a new branch off trunk and rewrite it to effectively have a historical, large trunk and a lean new main. We could then change the main branch to main.

Major kudos to @brandonpayton @JanJakes @zaerl @mho22 @akirk @fellyph for brainstorming these ideas

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions