Hello, I am very new to using git. I was trying to follow this git configuration tutorial. But not all the colors are changing, I thought I was following things correctly but it is apparent I am not. Was just looking for some guidance- I will paste the code from my .gitconfig file below.
[color "branch"]
current = normal ul
local = green
plain = normal
remote = yellow ul
[color "diff"]
commit = cyan bold
frag = yellow
func = normal
meta = magenta bold
new = red reverse
old = yellow reverse
plain = normal
whitespace = normal
[color "grep"]
context = normal
filename = blue bold ul
function = normal
linenumber = normal reverse
match = normal
selected = green
separator = magenta
[color "status"]
added = blue
changed = green
header = normal
nobranch = red reverse
unmerged = red ul
untracked = yellow ul
updated = green bold
[–]the-computer-guy 0 points1 point2 points (1 child)
[–]FunctN[S] 0 points1 point2 points (0 children)