git 配置别名

vim ./git/config

last = log -l
co = checkout
ci = commit
br = branch
st = status
lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

原文地址:https://www.cnblogs.com/brady-wang/p/8483451.html