Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created October 29, 2013 06:16
Show Gist options
  • Save jsleetw/7209866 to your computer and use it in GitHub Desktop.
Save jsleetw/7209866 to your computer and use it in GitHub Desktop.
'git rm' all deleted files shown by 'git status'
git rm `git status | grep deleted | awk '{print $3}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment