Hi Team,
we are looking to reduce our repository size. So we tried removing the cache from the commit history for the files which are not being used. But still it does n't reduced to less than 1GB. Earlier the repo was around 1.2 GB. After removing the cache it reduced to 1.02 Gb. Can you please help us in reducing the git repo.
So far we have used the following commands to adjust the repo
git filter-branch --index-filter -f "git rm -rf --cached --ignore-unmatch PATH_OF_NOT_REQUIRED_FILES" HEAD
Thanks,
Bharath