Skip to content

Instantly share code, notes, and snippets.

@mokemokechicken
Created June 26, 2012 08:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mokemokechicken/2994418 to your computer and use it in GitHub Desktop.
Save mokemokechicken/2994418 to your computer and use it in GitHub Desktop.
git の全履歴から特定のDIRやファイルを削除する
git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch MYAPP/bin' HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment