1[core]2 logallrefupdates = true3 quotePath = false4 commitGraph = true5 excludesFile = .mygitignore6[diff]7 algorithm = histogram89[user]10 name = Linsen Zhou11 email = i@lin.moe12 signingkey = 7EB223B9B0D814B91314[init]15 defaultBranch = master16[push]17 default = simple18 followTags = yes19[pull]20 rebase = true21[fetch]22 writeCommitGraph = true23[commit]24 gpgsign = false2526[gpg]27 program = gpg22829[alias]30 lg = log --graph --abbrev-commit --decorate --all --format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)\"31 undo = reset --soft HEAD^32[commitGraph]33 changedPathsVersion = 1 # version 2 need too much memory34[sendemail]35 smtpserver = /usr/bin/msmtp36 smtpserveroption = -a37 smtpserveroption = lin38 annotate = yes3940[credential]41 helper = !pass-git-helper $@42 username = lindsay43[credential "https://github.com"]44 username = LindsayZhou45[credential "https://gitee.com"]46 username = lindsayzhou4748[gc]49 reflogexpire = 9050 writeCommitGraph = true5152[filter "lfs"]53 clean = git-lfs clean -- %f54 smudge = git-lfs smudge -- %f55 process = git-lfs filter-process56 required = true5758[include]59 path = ~/.gitconfig6061[receive]62 advertisePushOptions = true63 procReceiveRefs = refs/for6465[safe]66 directory = *6768[uploadpack]69 allowfilter = true70 allowAnySHA1InWant = true7172[url "ssh://git@gitee.com/linakesi"]73 insteadOf = https://gitee.com/linakesi74[format]75 signOff = false7677[includeIf "hasconfig:remote.*.url:https://github.com/**"]78 path = ~/.config/git/config.github7980[includeIf "hasconfig:remote.*.url:https://gitlab.alpinelinux.org/**"]81 path = ~/.config/git/config.lindsay8283[includeIf "hasconfig:remote.*.url:https://gitee.com/linakesi/**"]84 path = ~/.config/git/config.linakesi8586[includeIf "hasconfig:remote.*.url:http://*.lan/**"]87 path = ~/.config/git/config.lan