[core] editor = vim #ignore文件可参考https://github.com/github/gitignore excludesfile = ~/.global_ignore [user] name = jhezjkp email = jhezjkp@163.com [alias] #显示提交图谱 lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit co = checkout cm = commit -a st = status br = branch #显示最新一次提交 ll = log -p -1 [color] status = auto branch = auto ui = auto