add config

This commit is contained in:
2026-02-03 03:09:03 -08:00
parent c867434c8d
commit 5b9cbbba99
2 changed files with 22 additions and 39 deletions

22
.gitconfig##os.Darwin Normal file
View File

@@ -0,0 +1,22 @@
[user]
name = sudacode
email = suda@sudacode.com
[init]
defaultBranch = main
[push]
default = simple
autoSetupRemote = true
[pull]
rebase = true
[rebase]
autoStash = true
[fetch]
prune = true
[diff]
algorithm = histogram
[merge]
conflictstyle = zdiff3
[color]
ui = auto
[core]
pager = less -FRX