git设置命令简写
来源:锐游网
打开.git/config文件,编辑如下:
[merge] summary = true tool = vimdiff [diff] renames = copy [color] diff = auto status = true branch = auto interactive = auto ui = auto log = true [status] submodulesummary = -1 [mergetool "vimdiff"] cmd = "vim --noplugin \"$PWD/$MERGED\" \ +\":split $PWD/$REMOTE\" +\":set buftype=nowrite\" \ +\":vertical diffsplit $PWD/$LOCAL\" +\":set buftype=nowrite\" \ +\":vertical diffsplit $PWD/$BASE\" +\":set buftype=nowrite\" \ +\":wincmd l\"" [format] numbered = auto [alias] co = checkout ci = commit st = status pl = pull ps = push dt = difftool l = log --stat cp = cherry-pick ca = commit -a b = branch
因篇幅问题不能全部显示,请点此查看更多更全内容