.gitconfig 486 B

12345678910111213141516171819202122232425
  1. [user]
  2. name = Emmanuel Bouthenot
  3. email = kolter@openics.org
  4. signingkey = 929D42C3
  5. [alias]
  6. br = branch
  7. st = status
  8. l = log --graph --decorate --pretty=format:\"%h %C(magenta)%ci%Creset%C(yellow)%d %Creset%s %C(cyan)%cn <%cE>\"
  9. [color]
  10. ui = auto
  11. pager = true
  12. [color "diff"]
  13. meta = green
  14. frag = yellow
  15. old = magenta
  16. new = cyan
  17. [color "status"]
  18. header = bold blue
  19. added = green
  20. changed = bold red
  21. untracked = bold yellow