Git remove files which have been deleted


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. git rm $(git ls-files --deleted)

URL: http://www.commandlinefu.com/commands/view/1246/git-remove-files-which-have-been-deleted

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.