Skip to content

Instantly share code, notes, and snippets.

@aki-null
Created May 15, 2011 10:03
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 aki-null/973017 to your computer and use it in GitHub Desktop.
Save aki-null/973017 to your computer and use it in GitHub Desktop.
まどか☆マギカのエンド
git filter-branch --index-filter "find ./ -name "witch" -exec git rm -f {} \;"
git filter-branch --index-filter "find ./ -name "madoka_shikame" -exec git mv {} ./gods \;"
git push --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment