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
|
interactive = always
|
||||||
diff = true
|
diff = true
|
||||||
[color "branch"]
|
[color "branch"]
|
||||||
current = yellow reverse
|
current = 3 reverse
|
||||||
local = yellow
|
local = 3
|
||||||
remote = green
|
remote = 2
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
frag = magenta bold
|
frag = 5 bold
|
||||||
meta = yellow bold
|
meta = 3 bold
|
||||||
new = green bold
|
new = 2 bold
|
||||||
old = red bold
|
old = 1 bold
|
||||||
whitespace = red reverse
|
whitespace = 1 reverse
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = yellow
|
added = 11 bold
|
||||||
changed = green
|
changed = 2 bold
|
||||||
untracked = cyan
|
untracked = 4 bold
|
||||||
[status]
|
[status]
|
||||||
short = true
|
short = true
|
||||||
branch = true
|
branch = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue