Skip to content

Instantly share code, notes, and snippets.

@sakuemon
Created January 28, 2014 13:32
Show Gist options
  • Save sakuemon/8667672 to your computer and use it in GitHub Desktop.
Save sakuemon/8667672 to your computer and use it in GitHub Desktop.
gitで大量に削除したいとき ref: http://qiita.com/TsuyoshiMIYAMOTO/items/fb9a997aafd758e6fb15
git ls-files --deleted -z | xargs -0 -t git rm --ignore-unmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment