Skip to content

Instantly share code, notes, and snippets.

@inakidelamadrid
Last active August 29, 2015 14:22
Show Gist options
  • Save inakidelamadrid/a121abe1bb3ae811069a to your computer and use it in GitHub Desktop.
Save inakidelamadrid/a121abe1bb3ae811069a to your computer and use it in GitHub Desktop.
Git Tricks
# Remove recursively all .origi files
find . -name '*.orig' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment