Git - Commit files that were deleted

By xngo on July 21, 2019

git ls-files --deleted -z | xargs -0 git rm && git commit -m 'Deleted files manually' || true

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.