Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MEGApixel23/6887cd73ec81a5f178cbcfb892c13f67 to your computer and use it in GitHub Desktop.
Save MEGApixel23/6887cd73ec81a5f178cbcfb892c13f67 to your computer and use it in GitHub Desktop.
Remove all *.swp files from a git repository
git ls-files | grep '\.swp$' | xargs git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment