Skip to content

Instantly share code, notes, and snippets.

@chojayr
Created January 17, 2017 14:14
Show Gist options
  • Save chojayr/515971ac6a55854694406f2f0cdf92e5 to your computer and use it in GitHub Desktop.
Save chojayr/515971ac6a55854694406f2f0cdf92e5 to your computer and use it in GitHub Desktop.
removing from git repo the mulitple files deleted on disk

removing from git repo the mulitple files deleted on disk

git ls-files --deleted -z | xargs -0 git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment