2019-05-11 12:39:26 +00:00
|
|
|
[color]
|
|
|
|
ui = true
|
|
|
|
|
2019-05-12 12:25:56 +00:00
|
|
|
[pull]
|
|
|
|
rebase = true
|
|
|
|
|
2019-05-11 12:39:26 +00:00
|
|
|
[core]
|
2019-05-12 12:25:56 +00:00
|
|
|
pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS
|
2019-05-11 12:39:26 +00:00
|
|
|
|
|
|
|
[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
|
2020-08-08 08:00:59 +00:00
|
|
|
|
|
|
|
[alias]
|
2020-10-04 16:53:03 +00:00
|
|
|
initial-commit = commit --message 'initial commit' --allow-empty
|
2020-12-17 18:16:25 +00:00
|
|
|
|
|
|
|
[init]
|
|
|
|
defaultBranch = main
|