runeleaf
2/16/2012 - 9:10 AM

rm -rfをgit rm一括

rm -rfをgit rm一括

git st | grep deleted: | awk '{print $3}'  | xargs git rm