mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Update 2025-02-03 Update 2025-02-04 Update 2025-02-09 Update 2025-02-14 Update 2025-02-15 Update 2025-02-22 Update 2025-02-24
57 lines
1011 B
Plaintext
57 lines
1011 B
Plaintext
[user]
|
|
email = dev@kristofers.xyz
|
|
name = Kristofers Solo
|
|
[init]
|
|
defaultBranch = main
|
|
[core]
|
|
editor = nvim
|
|
|
|
# https://blog.gitbutler.com/how-git-core-devs-configure-git/
|
|
# clearly makes git better
|
|
[column]
|
|
ui = auto
|
|
[branch]
|
|
sort = -committerdate
|
|
[tag]
|
|
sort = version:refname
|
|
[diff]
|
|
algorithm = histogram
|
|
colorMoved = plain
|
|
mnemonicPrefix = true
|
|
renames = true
|
|
[push]
|
|
default = simple
|
|
autoSetupRemote = true
|
|
followTags = true
|
|
[fetch]
|
|
prune = true
|
|
pruneTags = true
|
|
all = true
|
|
|
|
# why the hell not?
|
|
|
|
[help]
|
|
autocorrect = prompt
|
|
[commit]
|
|
verbose = true
|
|
[rerere]
|
|
enabled = true
|
|
autoupdate = true
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
[rebase]
|
|
autoSquash = true
|
|
autoStash = true
|
|
updateRefs = true
|
|
|
|
# a matter of taste (uncomment if you dare)
|
|
|
|
[core]
|
|
# fsmonitor = true
|
|
# untrackedCache = true
|
|
[merge]
|
|
# (just 'diff3' if git version < 2.3)
|
|
# conflictstyle = zdiff3
|
|
[pull]
|
|
# rebase = true
|