.gitconfig 329 B

12345678910111213141516
  1. [alias]
  2. co = checkout
  3. br = branch
  4. ci = commit
  5. st = status
  6. lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
  7. [color]
  8. ui = true
  9. [user]
  10. name = tanghai
  11. email = egametang@gmail.com
  12. [core]
  13. autocrlf = input