Add: colour options to git config
This commit is contained in:
parent
0ba56a4132
commit
a2223fb344
2 changed files with 81 additions and 0 deletions
18
Configs/Git/.gitconfig
Normal file
18
Configs/Git/.gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue