mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[git] fix config
This commit is contained in:
parent
e15ee17a58
commit
343a51db0b
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
[color]
|
||||
ui = true
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[log]
|
||||
abbrevCommit = true
|
||||
decorate = true
|
||||
|
@ -8,7 +11,7 @@
|
|||
pretty = %C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)
|
||||
|
||||
[core]
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS
|
||||
|
||||
[color "diff-highlight"]
|
||||
oldNormal = red bold
|
||||
|
|
Loading…
Reference in a new issue