Strip oversized blobs from unpushed commits using git filter-branch when GitHub's 100 MB limit blocks push
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill git-blob-size-filter-cleanup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Blob Size Filter Cleanup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-git-blob-size-filter-cleanup)More formats (shields.io, HTML) on the badges page.
---
name: git-blob-size-filter-cleanup
description: Strip oversized blobs from unpushed commits using git filter-branch when GitHub's 100 MB limit blocks push
version: 1.0.0
source: auto-extracted
extracted: 2026-04-10
metadata:
tags: ["git", "github", "blob-management", "troubleshooting"]
---
# Git Blob Size Filter Cleanup
When a file (e.g., `cost-tracking.jsonl`) grows beyond 100 MB in unpushed commits and blocks GitHub push, use `git filter-branch` to strip the oversized blob. Add the file to `.gitignore`, then run `git filter-branch --tree-filter 'rm -f <filepath>' HEAD~N..HEAD` to rewrite commits. This is safe only for unpushed commits not yet in origin. After rewriting, commit the `.gitignore` change and push normally.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.