Сообщение от dmitry111
|
не подскажешь как сделать, чтоб информация в терминале отображалась разным цветом.
|
Добавь в .
gitconfig:
[color]
diff = true
grep = true
status = true
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = normal
frag = magenta bold
old = red bold
new = blue bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan