1[core]2 logallrefupdates = true3 quotePath = false4 commitGraph = true5[diff]6 algorithm = histogram78[user]9 name = Linsen Zhou10 email = i@lin.moe11 signingkey = 7EB223B9B0D814B91213[init]14 defaultBranch = master15[push]16 default = simple17 followTags = yes18[pull]19 rebase = true20[fetch]21 writeCommitGraph = true22[commit]23 gpgsign = false2425[gpg]26 program = gpg22728[alias]29 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)\"30 undo = reset --soft HEAD^31[commitGraph]32 changedPathsVersion = 1 # version 2 need too much memory33[sendemail]34 smtpserver = /usr/bin/msmtp35 smtpserveroption = -a36 smtpserveroption = lin37 annotate = yes3839[credential]40 helper = !pass-git-helper $@41 username = lindsay42[credential "https://github.com"]43 username = LindsayZhou44[credential "https://gitee.com"]45 username = lindsayzhou4647[gc]48 reflogexpire = 9049 writeCommitGraph = true5051[filter "lfs"]52 clean = git-lfs clean -- %f53 smudge = git-lfs smudge -- %f54 process = git-lfs filter-process55 required = true5657[include]58 path = ~/.gitconfig5960[receive]61 advertisePushOptions = true62 procReceiveRefs = refs/for6364[safe]65 directory = *6667[uploadpack]68 allowfilter = true69 allowAnySHA1InWant = true7071[url "ssh://git@gitee.com/linakesi"]72 insteadOf = https://gitee.com/linakesi73[format]74 signOff = false7576[includeIf "hasconfig:remote.*.url:https://gitlab.alpinelinux.org/**"]77 path = ~/.config/git/config.lindsay7879[includeIf "hasconfig:remote.*.url:https://gitee.com/linakesi/**"]80 path = ~/.config/git/config.linakesi8182[includeIf "hasconfig:remote.*.url:http://*.lan/**"]83 path = ~/.config/git/config.lan