Guest User

Untitled

a guest
Feb 19th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ~ : cat .gitconfig
  2. [user]
  3. email = robby@planetargon.com
  4. name = Robby Russell
  5.  
  6. [alias]
  7. co = checkout
  8. ci = commit
  9. st = status
  10. br = branch
  11. mg = merge
  12. sw = checkout
  13. switch = checkout
  14.  
  15. [apply]
  16. whitespace = nowarn
  17.  
  18. [mirror]
  19. summary = true
  20.  
  21. [svn]
  22. authorsfile = /Users/robbyrussell/Projects/development/git-authors
  23.  
  24. [apply]
  25. whitespace = strip
  26.  
  27. [diff]
  28. color = auto
  29. rename = copy
  30.  
  31. [pager]
  32. color = true
  33.  
  34. [status]
  35. color = auto
  36.  
  37. [color]
  38. branch = auto
  39. diff = auto
  40. status = auto
  41.  
  42. [color "branch"]
  43. current = yellow reverse
  44. local = yellow
  45. remote = green
  46.  
  47. [color "diff"]
  48. meta = yellow bold
  49. frag = magenta bold
  50. old = red bold
  51. new = green bold
  52.  
  53. [color "status"]
  54. added = yellow
  55. changed = green
  56. untracked = cyan
Add Comment
Please, Sign In to add comment