31 lines
529 B
Plaintext
31 lines
529 B
Plaintext
|
[core]
|
||
|
pager = delta
|
||
|
|
||
|
[interactive]
|
||
|
diffFilter = delta --color-only
|
||
|
|
||
|
[delta]
|
||
|
features = line-numbers decorations
|
||
|
whitespace-error-style = 22 reverse
|
||
|
|
||
|
[delta "decorations"]
|
||
|
commit-decoration-style = bold yellow box
|
||
|
file-style = bold yellow ul
|
||
|
file-decoration-style = none
|
||
|
|
||
|
[alias]
|
||
|
log-branches = log --all --graph --decorate --oneline --simplify-by-decoration
|
||
|
pfusch = push --force
|
||
|
|
||
|
[user]
|
||
|
useConfigOnly = true
|
||
|
|
||
|
[core]
|
||
|
askpass = /run/current-system/sw/bin/ksshaskpass
|
||
|
|
||
|
[pull]
|
||
|
ff = only
|
||
|
|
||
|
[init]
|
||
|
defaultBranch = master
|