Update git config

https://blog.gitbutler.com/how-git-core-devs-configure-git/
This commit is contained in:
2025-02-25 22:22:48 +00:00
parent 03299b5227
commit 6a3ed16035

View File

@@ -20,7 +20,37 @@
[pull]
ff = only
rebase = true
[column]
ui = auto
[branch]
sort = -committerdate
[tag]
sort = version:refname
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[push]
autoSetupRemote = true
followTags = true
default = simple
[fetch]
prune = true
pruneTags = true
all = true
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
[url "ssh://git@github.com/2315-Media"]
insteadOf = "https://github.com/2315-Media"