Skip to content

Instantly share code, notes, and snippets.

@hagiyat
Created August 25, 2014 07:18
Show Gist options
  • Save hagiyat/0b7ab76a7d2630a60878 to your computer and use it in GitHub Desktop.
Save hagiyat/0b7ab76a7d2630a60878 to your computer and use it in GitHub Desktop.
Remove the orig file made ​​with git mergetool
# OSX
git status | gsed -n '/orig$/p' | gsed -e 's/\t//g' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment