Last active
September 7, 2016 17:59
-
-
Save nateluzod/62e15031f2a65123ae7d to your computer and use it in GitHub Desktop.
Remove wp-content/uploads from git history
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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