mirror of https://github.com/nirenjan/dotfiles.git
Add color configuration to gitconfig
parent
48e6e5edcc
commit
d19192c214
14
gitconfig
14
gitconfig
|
@ -3,6 +3,20 @@
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
ui = true
|
ui = true
|
||||||
|
[color "branch"]
|
||||||
|
current = green bold
|
||||||
|
local = yellow
|
||||||
|
remote = magenta
|
||||||
|
[color "diff"]
|
||||||
|
meta = yellow bold
|
||||||
|
frag = cyan
|
||||||
|
old = red
|
||||||
|
new = green
|
||||||
|
[color "status"]
|
||||||
|
added = green
|
||||||
|
untracked = cyan
|
||||||
|
changed = yellow
|
||||||
|
branch = magenta
|
||||||
[core]
|
[core]
|
||||||
preloadindex = true
|
preloadindex = true
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
Loading…
Reference in New Issue