~/.gitconfig配置模版
[user]
name = 狗星人
email = gou@golang.com
[alias]
st = status
ci = commit
co = checkout
br = branch
gp = log --graph --oneline
sh = stash
[log]
date = iso
[pull]
rebase = false
[init]
defaultBranch = master
[core]
autocrlf = input
untrackedCache = true
quotepath = false