Skip to content

Instantly share code, notes, and snippets.

@mauricerenck
Created December 10, 2015 09:40
Show Gist options
  • Save mauricerenck/e66b9cc81480c8b3f9fd to your computer and use it in GitHub Desktop.
Save mauricerenck/e66b9cc81480c8b3f9fd to your computer and use it in GitHub Desktop.
[git] Clean wp-admin und wp-include
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