fhir-web icon indicating copy to clipboard operation
fhir-web copied to clipboard

Remove surplus huge git objects from git history.

Open peterMuriuki opened this issue 2 years ago • 0 comments

The repository size is approximately 200mb. The bulk of it being a history commits that hold huge objects(.yarn/cache zip files) that were never relevant to the repository,

We should remove them to reduce the overall size of the repository.

we can use the following command. git-filter-repo --help --path .yarn/cache --invert-paths

peterMuriuki avatar Jan 18 '24 12:01 peterMuriuki