Skip to content

Instantly share code, notes, and snippets.

@hdemon
Forked from hrstt/git_rm_all.sh
Created February 13, 2014 09:37
Show Gist options
  • Save hdemon/8972330 to your computer and use it in GitHub Desktop.
Save hdemon/8972330 to your computer and use it in GitHub Desktop.
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