Skip to content

Instantly share code, notes, and snippets.

@rrajendran
Created January 22, 2014 10:33
Show Gist options
  • Save rrajendran/8556604 to your computer and use it in GitHub Desktop.
Save rrajendran/8556604 to your computer and use it in GitHub Desktop.
Delete all *.orig files in mercurial repository
alias clear-orig='find . -iname "*.orig" -exec rm "{}" ";"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment