初心者のメモ

Python enthusiast

Git - git statusでdeleted表示のあるファイルを一度にgit rmする

一行でok

git rm $(git ls-files --deleted)