/ Published in: Bash
URL: http://www.commandlinefu.com/commands/view/1246/git-remove-files-which-have-been-deleted
Expand |
Embed | Plain Text
git rm $(git ls-files --deleted)
You need to login to post a comment.
