mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
35 lines
577 B
Plaintext
35 lines
577 B
Plaintext
|
[user]
|
||
|
email = kaan@bgenc.com
|
||
|
name = Kaan Barmore-Genc
|
||
|
[init]
|
||
|
defaultBranch = main
|
||
|
[pull]
|
||
|
rebase = true
|
||
|
[pager]
|
||
|
diff = delta
|
||
|
log = delta
|
||
|
reflog = delta
|
||
|
show = delta
|
||
|
[interactive]
|
||
|
diffFilter = delta --color-only
|
||
|
[delta]
|
||
|
features = side-by-side line-numbers decorations
|
||
|
whitespace-error-style = 22 reverse
|
||
|
[merge]
|
||
|
ff = no
|
||
|
[alias]
|
||
|
stat = status
|
||
|
[core]
|
||
|
editor = code --wait
|
||
|
[credential]
|
||
|
helper = store
|
||
|
[filter "lfs"]
|
||
|
required = true
|
||
|
clean = git-lfs clean -- %f
|
||
|
smudge = git-lfs smudge -- %f
|
||
|
process = git-lfs filter-process
|
||
|
[push]
|
||
|
autoSetupRemote = true
|
||
|
[submodule]
|
||
|
recurse = true
|