Git history cleaned up #298
aaTman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Much of the beginning of this repo had experimentation with a myriad of parquet, json, csv, png, and ipynb files that made the history bloated (as in, 1.2GiB bloated). Anyone who cloned the repo likely saw this.
We just performed a
git-filter-repoon EWB that removed all history of any of the above files greater than 3KiB. The result is a repository that is now around 4.13MiB on clone.The downside to this, is that it is very likely you will need to delete and re-clone your repo OR force
git pullwith a rebase flag. Just in case, here's a few commands for brevity in order:rm --rf ExtremeWeatherBenchorgit pull --force --all --rebase; git pull --force --tagsgit clone https://github.com/brightbandtech/ExtremeWeatherBench.gituv syncor,
uv sync --all-extrasif developing/contributing!Let me know if anyone has any issues.
Beta Was this translation helpful? Give feedback.
All reactions