Compare commits
2 commits
f2b1dbe06e
...
d4cbb27bec
| Author | SHA1 | Date | |
|---|---|---|---|
| d4cbb27bec | |||
| 8584de9aa5 |
1 changed files with 11 additions and 11 deletions
|
|
@ -18,19 +18,19 @@
|
|||
interactive = always
|
||||
diff = true
|
||||
[color "branch"]
|
||||
current = yellow reverse
|
||||
local = yellow
|
||||
remote = green
|
||||
current = 3 reverse
|
||||
local = 3
|
||||
remote = 2
|
||||
[color "diff"]
|
||||
frag = magenta bold
|
||||
meta = yellow bold
|
||||
new = green bold
|
||||
old = red bold
|
||||
whitespace = red reverse
|
||||
frag = 5 bold
|
||||
meta = 3 bold
|
||||
new = 2 bold
|
||||
old = 1 bold
|
||||
whitespace = 1 reverse
|
||||
[color "status"]
|
||||
added = yellow
|
||||
changed = green
|
||||
untracked = cyan
|
||||
added = 11 bold
|
||||
changed = 2 bold
|
||||
untracked = 4 bold
|
||||
[status]
|
||||
short = true
|
||||
branch = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue