remove git orig file without git clean
type in your shell
for interactive mode
$ find . -type f -name "*.orig" -exec rm {} -i \;
for force without confirmation
$ find . -type f -name "*.orig" -exec rm {} -f \;
Written by Amr El-hagary
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#