-
Notifications
You must be signed in to change notification settings - Fork 348
Open
Labels
Description
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
mho22