1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00
dotfiles/git/gitconfig

42 lines
700 B
Plaintext
Raw Normal View History

2023-04-23 21:50:04 -05:00
[user]
2023-10-04 11:55:18 -05:00
email = kaan@bgenc.net
name = Kaan Barmore-Genc
signingkey = F5DEC5268AA501F35FBD5978B2E280771CD62FCF
2023-04-23 21:50:04 -05:00
[init]
2023-10-04 11:55:18 -05:00
defaultBranch = main
2023-04-23 21:50:04 -05:00
[pull]
2023-10-04 11:55:18 -05:00
rebase = true
{{#if has_gpg}}
2023-04-23 21:50:04 -05:00
[commit]
2023-10-04 11:55:18 -05:00
gpgSign = true
2023-04-23 21:50:04 -05:00
[tag]
2023-10-04 11:55:18 -05:00
gpgsign = true
{{/if}}
2023-04-23 21:50:04 -05:00
[pager]
2023-10-04 11:55:18 -05:00
diff = delta
log = delta
reflog = delta
show = delta
2023-04-23 21:50:04 -05:00
[interactive]
2023-10-04 11:55:18 -05:00
diffFilter = delta --color-only
2023-04-23 21:50:04 -05:00
[delta]
2023-10-04 11:55:18 -05:00
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
2023-04-23 21:50:04 -05:00
[merge]
2023-10-04 11:55:18 -05:00
ff = no
2023-04-23 21:50:04 -05:00
[alias]
2023-10-04 11:55:18 -05:00
stat = status
2023-04-23 21:50:04 -05:00
[core]
2023-10-04 11:55:18 -05:00
editor = code --wait
2023-04-23 21:50:04 -05:00
[credential]
2023-10-04 11:55:18 -05:00
helper = store
2023-04-23 21:50:04 -05:00
[filter "lfs"]
2023-10-04 11:55:18 -05:00
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
2023-04-23 21:50:04 -05:00
[push]
2023-10-04 11:55:18 -05:00
autoSetupRemote = true
[submodule]
2023-10-04 11:55:18 -05:00
recurse = true