GIT命令缩写配置 Posted on 2017-01-04 | In programming GIT命令缩写配置在.gitconfig中增加如下配置:[alias] co = checkout ci = commit st = status pl = pull ps = push dt = difftool l = log –stat cp = cherry-pick ca = commit -a b = branch