Projelerdeki ses, video ve resim dosyalarının silinmesi ve git arşivinden temizlenmesinin nasıl yapılacağı bu sayfada açıklanacak
#java -jar ~/bfg.jar --strip-blobs-bigger-than 500K PHP-Egitimi
java -jar ~/bfg.jar --delete-files "*.jpg" PHP-Egitimi
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git push
- https://rtyley.github.io/bfg-repo-cleaner/
- https://git-scm.com/docs/git-filter-branch
- http://varunksaini.com/remove-big-file-from-git-repo/
- https://rtyley.github.io/bfg-repo-cleaner/
- https://github.com/IBM/BluePic/wiki/Using-BFG-Repo-Cleaner-tool-to-remove-sensitive-files-from-your-git-repo
- https://www.nicoespeon.com/en/2014/04/clean-git-repo-like-a-boss/