Closed 7yl4r closed 1 year ago
Easy fix by cleaning historical image data from git history. Something like:
git filter-branch --index-filter "git rm --cached --ignore-unmatch *.jpg" --tag-name-filter cat -- --all
This will rewrite history and a git push --force will be needed so extreme caution should be taken.
git push --force
Easy fix by cleaning historical image data from git history. Something like:
This will rewrite history and a
git push --force
will be needed so extreme caution should be taken.