23 lines
589 B
Plaintext
23 lines
589 B
Plaintext
[core]
|
|
pager = delta
|
|
[init]
|
|
defaultBranch = main
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[merge]
|
|
conflictstyle = diff3
|
|
[alias]
|
|
lg = log --color -graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --branches
|
|
[delta]
|
|
navigate = true
|
|
side-by-side = true
|
|
colorMoved = true
|
|
hyperlinks = true
|
|
#hyperlinks-file-link-format = "vscode://file/{path}:{line}"
|
|
syntax-theme = gruvbox-dark
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|