Skip to content

Instantly share code, notes, and snippets.

@narqo
Created July 18, 2015 22:45
Show Gist options
  • Save narqo/38f8f90c704c99441acc to your computer and use it in GitHub Desktop.
Save narqo/38f8f90c704c99441acc to your computer and use it in GitHub Desktop.
git distclean custom subcommand
#!/bin/sh
git reset --hard && git ls-files -o --directory -X ~/.gitignore | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment