Skip to content

Instantly share code, notes, and snippets.

@JamesMcMahon
Created June 30, 2012 01:17
Show Gist options
  • Save JamesMcMahon/3021669 to your computer and use it in GitHub Desktop.
Save JamesMcMahon/3021669 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
git filter-branch --index-filter 'git rm --cached --ignore-unmatch '$1'' --prune-empty --tag-name-filter cat -- --all
rm -rf .git/refs/original/
git reflog expire --expire=now --all
git gc --prune=now
git gc --aggressive --prune=now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment