Skip to content

Instantly share code, notes, and snippets.

@outsidecontext
Created January 12, 2018 11:27
Show Gist options
  • Select an option

  • Save outsidecontext/8a8d6a58199c281286b08231766087fa to your computer and use it in GitHub Desktop.

Select an option

Save outsidecontext/8a8d6a58199c281286b08231766087fa to your computer and use it in GitHub Desktop.
git filter-branch --force --index-filter \
'git rm --cached --ignore-unmatch %1' \
--prune-empty --tag-name-filter cat -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment