Skip to content

Instantly share code, notes, and snippets.

@runeleaf
Created February 16, 2012 09:10
Show Gist options
  • Save runeleaf/1843526 to your computer and use it in GitHub Desktop.
Save runeleaf/1843526 to your computer and use it in GitHub Desktop.
rm -rfをgit rm一括
git st | 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