Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hrstt
Created June 19, 2012 04:59
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save hrstt/2952357 to your computer and use it in GitHub Desktop.
Save hrstt/2952357 to your computer and use it in GitHub Desktop.
ファイル削除後にgit rm を一括でする
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