Git geçmişinden dosya temizleme
git, git history, file cleanup

FILENAME=""
git filter-branch --force --index-filter \
"git rm --cached --ignore-unmatch $FILENAME" \
--prune-empty --tag-name-filter cat -- --all
git push origin --force --all
git push origin --force --tags
git for-each-ref --format='delete %(refname)' refs/original | git update-ref --stdin
git reflog expire --expire=now --all
git gc --prune=nowPreviousfastify ile google cloud gibi VM’lere http uzerinden baglanmada sorun yasiyorsakNextGit ile Güvenli Push: --force-if-includes Kullanımının Gücü
Last updated
Was this helpful?