Skip to content

Instantly share code, notes, and snippets.

@rafaelvasco
Created September 25, 2017 13:43
Show Gist options
  • Save rafaelvasco/a58e266c540add2c50bbc4202c55fea0 to your computer and use it in GitHub Desktop.
Save rafaelvasco/a58e266c540add2c50bbc4202c55fea0 to your computer and use it in GitHub Desktop.
Remove Gitignored Files
git rm --cached `git ls-files -i --exclude-from=.gitignore`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment