Skip to content

Instantly share code, notes, and snippets.

@FiNGAHOLiC
Forked from hrstt/git_rm_all.sh
Created April 17, 2013 09:50
Show Gist options
  • Save FiNGAHOLiC/5403115 to your computer and use it in GitHub Desktop.
Save FiNGAHOLiC/5403115 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