-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Cloning this repo downloads hundreds of megabytes of data because apparently target/ was committed by mistake once. You can use filter-repo to delete it from the history:
git filter-repo --path target/ --invert-pathsand then force push the branches back to github:
git push origin --all --force
git push origin --tags --force
That'll change the git hashes but the author, or date or anything else about the commits stays the same. and the repo will be a couple of megabytes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels