Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created December 14, 2014 09:38
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 raimon49/5b5cae53f6ba619f28ec to your computer and use it in GitHub Desktop.
Save raimon49/5b5cae53f6ba619f28ec to your computer and use it in GitHub Desktop.
icdiffをGitのサブコマンドとして使えるよう自分のHOMEにインストール
$ curl 'https://raw.githubusercontent.com/jeffkaufman/icdiff/release-1.6.0/icdiff' -s -o ~/local/bin/icdiff
$ curl 'https://raw.githubusercontent.com/jeffkaufman/icdiff/release-1.6.0/git-icdiff' -s -o ~/local/bin/git-icdiff
$ chmod 755 ~/local/bin/icdiff
$ chmod 755 ~/local/bin/git-icdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment