We were working on a Laravel project using git hub pull push method.
Recently we downloaded our project (our work is not done yet, only 40% done so far ) .
Now we found the project size 480+ mb . What we do ?
We were working on a Laravel project using git hub pull push method.
Recently we downloaded our project (our work is not done yet, only 40% done so far ) .
Now we found the project size 480+ mb . What we do ?
You should:
That is:
cd /path/to/local/cloned/repository
git-sizer --verbose
Then you can apply the tool newren/git-filter-repo
(mentioned here, do install it first) to remove any large element.