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
|
||||
branch = auto
|
||||
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]
|
||||
preloadindex = true
|
||||
autocrlf = input
|
||||
|
|
Loading…
Reference in New Issue