trying new settings

This commit is contained in:
tengel 2025-02-23 09:22:20 -06:00
parent 69e8783870
commit d0814cce11

25
gitconfig Normal file
View file

@ -0,0 +1,25 @@
# https://blog.gitbutler.com/how-git-core-devs-configure-git/
[column]
ui = auto
[branch]
sort = -committerdate
[tag]
sort = version:refname
[init]
defaultBranch = main
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[push]
default = simple
autoSetupRemote = true
followTags = true
[fetch]
prune = true
pruneTags = true
all = true
[pull]
rebase = false