Skip to content

Instantly share code, notes, and snippets.

@larslevie
Created April 19, 2019 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larslevie/ce330a4b98ba36b4a85959ca67c8d04a to your computer and use it in GitHub Desktop.
Save larslevie/ce330a4b98ba36b4a85959ca67c8d04a to your computer and use it in GitHub Desktop.
git filter-branch --force --index-filter \
'git rm -rf --cached --ignore-unmatch kube-config/_old/generated' \
--prune-empty --tag-name-filter cat -- \
--branches=resurrect-runner ^56d977437042cb72d7642c84ae441ea6ac8ab1fa^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment