Mid Version Control

How do you reduce repository size in GitHub?

To slim down a bloated repository:

Follow:

Remove large unnecessary files:

git filter-repo --path path/to/largefile --invert-paths

More from Developer Essentials

All questions for this course