Guest User

Untitled

a guest
Apr 16th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [user]
  2. name = Alex Payne
  3. email = al3x@al3x.net
  4. autosetupmerge = auto
  5.  
  6. [alias]
  7. co = checkout
  8. ci = commit -a
  9. st = status -a
  10. br = branch
  11.  
  12. [color]
  13. branch = auto
  14. diff = auto
  15. status = auto
  16.  
  17. [color "branch"]
  18. current = yellow reverse
  19. local = yellow
  20. remote = green
  21.  
  22. [color "diff"]
  23. meta = yellow bold
  24. frag = magenta bold
  25. old = red bold
  26. new = green bold
  27.  
  28. [color "status"]
  29. added = yellow
  30. changed = green
  31. untracked = cyan
  32.  
  33. [gui]
  34. fontui = -family \"Bitstream Vera Sans Mono\" -size 12 -weight normal -slant roman -underline 0 -overstrike 0
  35. fontdiff = -family \"Bitstream Vera Sans Mono\" -size 14 -weight normal -slant roman -underline 0 -overstrike 0
  36. [apply]
  37. whitespace = nowarn
Add Comment
Please, Sign In to add comment