Skip to content

Instantly share code, notes, and snippets.

@linkesch
Created February 17, 2017 10:20
Show Gist options
  • Save linkesch/a408169ca5edd23f5357949e2eaef016 to your computer and use it in GitHub Desktop.
Save linkesch/a408169ca5edd23f5357949e2eaef016 to your computer and use it in GitHub Desktop.
Delete git .orig files
# http://stackoverflow.com/a/20895666/291500
find . -name '*.orig' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment