Skip to content

Instantly share code, notes, and snippets.

@v9n
Created June 15, 2012 20:45
Show Gist options
  • Select an option

  • Save v9n/2938611 to your computer and use it in GitHub Desktop.

Select an option

Save v9n/2938611 to your computer and use it in GitHub Desktop.
Remove deleted file from git and commit it
git ls-files --deleted | xargs git rm
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment