Add colour settings
This commit is contained in:
parent
0805867524
commit
046684d33e
20
.gitconfig
20
.gitconfig
|
@ -91,8 +91,28 @@
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
|
branch = auto
|
||||||
|
diff = auto
|
||||||
|
status = auto
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
|
[color "branch"]
|
||||||
|
current = red reverse
|
||||||
|
local = blue
|
||||||
|
remote = green
|
||||||
|
|
||||||
|
[color "diff"]
|
||||||
|
meta = yellow
|
||||||
|
frag = magenta
|
||||||
|
old = red bold
|
||||||
|
new = green
|
||||||
|
plain = white
|
||||||
|
|
||||||
|
[color "status"]
|
||||||
|
added = yellow
|
||||||
|
changed = green
|
||||||
|
untracked = cyan
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
verbose = true
|
verbose = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue