Skip to content

Instantly share code, notes, and snippets.

@jbgo
Created April 16, 2012 21:27
Show Gist options
  • Save jbgo/2401672 to your computer and use it in GitHub Desktop.
Save jbgo/2401672 to your computer and use it in GitHub Desktop.
git: stage all deleted files
git rm $(git ls-files -d)
@ultraSsak
Copy link

Thanks :)
Works like expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment