LoginSignup
24
15

More than 5 years have passed since last update.

Macをクリーンインストールしたら git の出力がモノクロになってしまった。なんだかさみしいので以下の手順で色をつけた。

git config --global color.ui true

そうすると ~/.gitconfigに以下が追加される。

[color]

  ui = true
24
15
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
24
15