My git config
[branch]
sort = -committerdate
[tag]
sort = version:refname
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[push]
default = simple
autoSetupRemote = true
followTags = true
[init]
defaultBranch = main
[pull]
rebase = true
[core]
editor = vim
[user]
name = headwindz
email = zhengjianhua.michael@gmail.com
[commit]
verbose = true
[merge]
conflictstyle = zdiff3