Skip to content

Instantly share code, notes, and snippets.

@heypano
Created August 14, 2013 17:17
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 heypano/6233207 to your computer and use it in GitHub Desktop.
Save heypano/6233207 to your computer and use it in GitHub Desktop.
To remove files recursively from a git repo
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch *.gwt.log' HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment