.gitconfig ファイルにこれを記載します。.gitconfigはhomeにあります。
[color]
ui = true
[color "status"]
changed = red bold
untracked = red bold
added = green bold
nobranch = red bold
https://stackoverflow.com/questions/18420139/changing-git-status-output-colors-in-posh-git
nobranch は HEAD detached at とかの部分。
redは暗いので、red boldにします。
configについてはこちら。color.status.
https://git-scm.com/docs/git-config
0 件のコメント:
コメントを投稿