8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gitのdifftoolにKaleidoscopeを使う

Last updated at Posted at 2015-03-15

Kaleidoscopeの設定

menu→Integrationを選択。「git」を選択。

スクリーンショット 2015-03-15 11.40.26.png

  • step1で「Install」をクリックしてKaleidoscopeのCLIをインストール
  • step2で「Configure」をクリックしてKaleidoscopeをgitのdiftoolmargetoolのデフォルトに設定

gitのdiftoolでKaleidoscopeを使用

上記の設定が完了していれば、デフォルトのdiftoolにKaleidoscopeが設定されてるので下記のコマンドでKaleidoscopeが立ち上がる。

git difftool

スクリーンショット 2015-03-15 11.54.04.png

デフォルトのツールには指定したくないが時々使いたい場合

上記同様、menu→Integration→gitを選択。
下部の方にdiftoolとしてKaleidoscopeを選択できる設定がある。

スクリーンショット 2015-03-15 11.46.29.png

  • step1で「Install」をクリックしてKaleidoscopeのCLIをインストール
  • step2で「Configure」をクリックしてKaleidoscopeをgitのdiftool、で選択できるように設定

gitのdiftoolでKaleidoscopeを選択

デフォルトのdiftoolには別のツールを設定しつつ、下記のコマンドでdiftをKaleidoscopeで確認できる。

git difftool -y -t Kaleidoscope

備考

KaleidoscopeのCLIをインストールすると、

ksdiff

でドキュメント、画像、フォルダ内のファイル差分表示などGUIと同じ操作が行える。

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?