pull/2/head
Alpha Chen 2 years ago
parent 2aba4afe9c
commit 6959610f8a
No known key found for this signature in database

@ -1,5 +1,3 @@
[include]
path = ~/.gitconfig.private
[color] [color]
ui = auto ui = auto
diff = true diff = true
@ -54,7 +52,7 @@
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true trustExitCode = true
[init] [init]
templatedir = ~/.git_templates ; templatedir = ~/.git_templates
defaultBranch = main defaultBranch = main
[diff] [diff]
algorithm = histogram algorithm = histogram
@ -69,6 +67,7 @@
[rebase] [rebase]
autosquash = true autosquash = true
stat = true stat = true
updateRefs = true
[interactive] [interactive]
singlekey = true singlekey = true
; [url "git@github.com:"] ; [url "git@github.com:"]
@ -102,3 +101,5 @@
format = ssh format = ssh
[gpg "ssh"] [gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[include]
path = ~/.gitconfig.local

Loading…
Cancel
Save