Created
December 10, 2015 09:40
-
-
Save mauricerenck/e66b9cc81480c8b3f9fd to your computer and use it in GitHub Desktop.
[git] Clean wp-admin und wp-include
This file contains hidden or 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
cd wp-admin | |
git clean -di | |
git checkout ./* | |
cd wp-includes | |
git clean -di | |
git checkout ./* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment