Advertisement
Guest User

Untitled

a guest
May 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [user]
  2. email = me
  3. name = myself
  4. username = i
  5. [color "branch"]
  6. current = yellow bold
  7. local = green bold
  8. remote = cyan bold
  9. [color "diff"]
  10. meta = white bold
  11. frag = magenta bold
  12. old = red bold
  13. new = blue bold
  14. whitespace = green reverse
  15. [color "status"]
  16. added = green bold
  17. changed = yellow bold
  18. untracked = red bold
  19. [alias]
  20. br = branch
  21. co = checkout
  22. st = status
  23. [format]
  24. pretty = "format:%C(green)%ci%Creset|%C(red)%H%Creset (%C(yellow)%an%Creset): %s"
  25. [push]
  26. default = current
  27. [core]
  28. editor = nano
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement