Skip to content

Instantly share code, notes, and snippets.

@mayukojpn
Forked from hrstt/git_rm_all.sh
Created January 20, 2014 02:48
Show Gist options
  • Select an option

  • Save mayukojpn/8514098 to your computer and use it in GitHub Desktop.

Select an option

Save mayukojpn/8514098 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