别名
vim ~/.gitconfig
[alias] a = add . co = checkout ci = commit s = status pl = pull p = push l = log --stat ca = commit -a b = branch cm = commit -m gst = git status gd = git diff gl = git pull gp = git push glo = git pull origin gpo = git push origin gcm = git common -m gc = git checkout gcm = git checkout master gcd = git checkout develop gb = git branch ga = git add . [user] email = busyhe@qq.com name = busyhe [core] pager =