- [alias]
- co = checkout
- br = branch
- ci = commit
- 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 --
- [color]
- ui = true
- [user]
- name = tanghai
- email = egametang@gmail.com
- [core]
- autocrlf = input
|