Skip to content

Instantly share code, notes, and snippets.

@koriym
Created February 25, 2012 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koriym/1908113 to your computer and use it in GitHub Desktop.
Save koriym/1908113 to your computer and use it in GitHub Desktop.
git diffでOSX opendiffを起動する設定
echo 'opendiff $2 $5' > ~/bin/opendiff-git.sh
chmod a+x ~/bin/opendiff-git.sh
git config --global diff.external ~/bin/opendiff-git.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment