Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Last active September 7, 2016 17:59
Show Gist options
  • Save nateluzod/62e15031f2a65123ae7d to your computer and use it in GitHub Desktop.
Save nateluzod/62e15031f2a65123ae7d to your computer and use it in GitHub Desktop.
Remove wp-content/uploads from git history
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch wp-content/uploads" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment