mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
27 lines
492 B
Text
27 lines
492 B
Text
[color]
|
|
ui = true
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[core]
|
|
pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS
|
|
|
|
[color "diff-highlight"]
|
|
oldNormal = red bold
|
|
oldHighlight = red bold 52
|
|
newNormal = green bold
|
|
newHighlight = green bold 22
|
|
[color "diff"]
|
|
meta = yellow
|
|
frag = magenta bold
|
|
commit = yellow bold
|
|
old = red bold
|
|
new = green bold
|
|
whitespace = red reverse
|
|
|
|
[alias]
|
|
initial-commit = commit --message 'initial commit' --allow-empty
|
|
|
|
[init]
|
|
defaultBranch = main
|