[user] name = xxx email = xxx@xxx.com [core] editor = vim quotepath = false [alias] l = log --pretty=oneline -n 20 --graph --abbrev-commit ll = log --color --graph --pretty=format:'%Cred%h%Creset %C(bold blue)<%an>%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(cyan)%cd' --abbrev-commit --date=short co = checkout ci = commit br = branch st = status ps = push pl = pull [color] ui = auto [color "branch"] current = yellow reverse local = yellow remote = green [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold [color "status"] added = yellow changed = green untracked = cyan