Skip to content

Instantly share code, notes, and snippets.

@samtsai
Created September 14, 2015 15:07
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 samtsai/30feb4b73d19fc1aa8c6 to your computer and use it in GitHub Desktop.
Save samtsai/30feb4b73d19fc1aa8c6 to your computer and use it in GitHub Desktop.
Remove "*.orig" after git merge
find . -name '*.orig' -delete
@samtsai
Copy link
Author

samtsai commented Sep 14, 2015

This is useful when *.orig files are part of .gitignore so a normal git clean won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment