Created
December 14, 2014 09:38
-
-
Save raimon49/5b5cae53f6ba619f28ec to your computer and use it in GitHub Desktop.
icdiffをGitのサブコマンドとして使えるよう自分のHOMEにインストール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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