flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

[Infra] Compress the repository

Open AlexV525 opened this issue 9 months ago • 0 comments

Cloning the repo will consume ~200MB. We might compress the repository for better dev experience.

git clone https://github.com/flutter/flutter-intellij
Cloning into 'flutter-intellij'...
remote: Enumerating objects: 68882, done.
remote: Counting objects: 100% (244/244), done.
remote: Compressing objects: 100% (109/109), done.
remote: Total 68882 (delta 174), reused 155 (delta 130), pack-reused 68638 (from 3)
Receiving objects: 100% (68882/68882), 183.27 MiB | 2.07 MiB/s, done.
Resolving deltas: 100% (25135/25135), done.
Updating files: 100% (21054/21054), done.

AlexV525 avatar Mar 06 '25 09:03 AlexV525