Update git config

Additional config based on https://blog.gitbutler.com/how-git-core-devs-configure-git/
This commit is contained in:
Jonny Barnes 2025-02-27 17:44:37 +00:00
parent 81f3f4dd4b
commit 0463ec34bf
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -53,7 +53,9 @@
[diff]
algorithm = histogram
colorMoved = default
colorMoved = plain
mnemonicPrefix = true
renames = true
[tar "tar.xz"]
command = xz -c
@ -63,3 +65,21 @@
[init]
defaultBranch = main
[column]
ui = auto
[branch]
sort = -committerdate
[tag]
sort = version:refname
[rerere]
enabled = true
autoupdate = true
[rebase]
autoSquash = true
autoStash = true
updateRefs = true