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"
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"