Add: colour options to git config

This commit is contained in:
Aroy-Art 2024-10-05 23:33:33 +02:00
parent 0ba56a4132
commit a2223fb344
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 81 additions and 0 deletions

18
Configs/Git/.gitconfig Normal file
View file

@ -0,0 +1,18 @@
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold # line info
old = red # deletions
new = green # additions
[color "status"]
added = yellow
changed = green
untracked = cyan