Created
September 14, 2015 15:07
-
-
Save samtsai/30feb4b73d19fc1aa8c6 to your computer and use it in GitHub Desktop.
Remove "*.orig" after git merge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name '*.orig' -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is useful when
*.orig
files are part of.gitignore
so a normalgit clean
won't work