Skip to content

Instantly share code, notes, and snippets.

@ajmalafif
Forked from seanbehan/remove_orig_files.sh
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save ajmalafif/279d4098eb8615f493f5 to your computer and use it in GitHub Desktop.

Select an option

Save ajmalafif/279d4098eb8615f493f5 to your computer and use it in GitHub Desktop.
# 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