mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
add config
This commit is contained in:
22
.gitconfig##os.Darwin
Normal file
22
.gitconfig##os.Darwin
Normal 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
|
||||
Reference in New Issue
Block a user