Created
January 28, 2014 13:32
-
-
Save sakuemon/8667672 to your computer and use it in GitHub Desktop.
gitで大量に削除したいとき ref: http://qiita.com/TsuyoshiMIYAMOTO/items/fb9a997aafd758e6fb15
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
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