kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
629 stars 358 forks source link

optimize git tree & history pruning #1846

Open yangwao opened 2 years ago

yangwao commented 2 years ago

If someone feels handsome on this task, let's try to optimize, 28M seems quite a lot for what we have tho

Cloning into 'nft-gallery'...
remote: Enumerating objects: 29504, done.
remote: Counting objects: 100% (4177/4177), done.
remote: Compressing objects: 100% (1258/1258), done.
remote: Total 29504 (delta 2950), reused 3908 (delta 2804), pack-reused 25327
Receiving objects: 100% (29504/29504), 28.83 MiB | 2.66 MiB/s, done.
Resolving deltas: 100% (22570/22570), done.
roiLeo commented 2 years ago
git clone --depth=1 git@github.com:kodadot/nft-gallery.git
Capture d’écran 2022-01-17 à 8 23 38 AM

edit: This results in a shallow clone, you'll have problems to push afterwards.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had activity in last 720 days. It will be closed in 120 days if no further activity occurs. Please @kodadot/internal feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!