Skip to content

Commit

Permalink
improved Git coloring for bright terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Nov 4, 2024
1 parent 243198a commit a7e637a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
attributesfile = \"$HOME/.gitattributes\"
[ui]
color = true
[color "decorate"]
branch = green brightgreen
HEAD = red brightred
remoteBranch = blue brightblue
tag = magenta brightmagenta
stash = green
grafted = blue
[log]
graphColors=red,green,blue,magenta,cyan
[push]
default = simple
[color]
Expand Down

0 comments on commit a7e637a

Please sign in to comment.