Created
June 19, 2012 04:59
-
-
Save hrstt/2952357 to your computer and use it in GitHub Desktop.
ファイル削除後にgit rm を一括でする
This file contains 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 status | grep deleted: | awk '{print $3}' | xargs git rm | |
# ただしカラースキーム付きの場合は保証しない. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment