TOP ▲ itcore TOPTIPSgit_color.php  タグ:git カラー

gitコマンドの結果をカラー化する。文字化けを解消する。 | itcore 2021-2022年

結果をカラー化する。

$ git config --global color.ui auto

文字化けを解消する。

git config --global core.quotepath false
git config --global core.pager "LESSCHARSET=utf-8 less"