mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
23 lines
307 B
Plaintext
23 lines
307 B
Plaintext
[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
|