Skip to content

Instantly share code, notes, and snippets.

@vibrazy
Forked from seanbehan/remove_orig_files.sh
Created May 31, 2012 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vibrazy/2843653 to your computer and use it in GitHub Desktop.
Save vibrazy/2843653 to your computer and use it in GitHub Desktop.
Recursively Delete .Orig Files After Failed Git Merge
# recursively delete original files after a git merge failure
find . -name *.orig -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment