Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Created March 5, 2012 15:30
Show Gist options
  • Save joshdvir/1978812 to your computer and use it in GitHub Desktop.
Save joshdvir/1978812 to your computer and use it in GitHub Desktop.
Delete orig files created from git merge
Dir.glob('./**/*.orig') do |file|
File.delete(file)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment