alias是别名,设置后可以 git co 分支名
[color]branch = autodiff = autostatus = auto[gui]editor = gvimhistorybrowser = gitk[merge]tool = kdiff3conflictstyle = diff3[push]default = simple[alias]l = log --graph --all --onelinecm = commitcma = commit --amendcmaa = commit -a --amendrbs = rebase --skiprbc = rebase --continuerba = rebase --abortco = checkoutrb = rebasep = pushpf = push -fpa = push --allpaf = push --all -frbi = rebase -idebver = !git describe --tags --long --always | sed -r \"s/([0-9]+?)-([0-9]+?)-g([0-9a-f]+?)/\\1+\\2.\\3/g\"pt = push --tagsptf = push --tags -fprbu = pull --rebase upstream[diff]rename = truetool = kdiff3[cola]tabwidth = 4[status]submoduleSummary = true[http][https][core]excludesfile = ~/.gitignorepager = diff-so-fancy | less --tabs=4 -RFX[http "https://gopkg.in"]followRedirects = true[fetch]prune = true[branch]autosetuprebase = always
