Guest User

Untitled

a guest
Jan 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [core]
  2. quotepath = false
  3. whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
  4. [color]
  5. ui = true
  6. [color "branch"]
  7. current = yellow black
  8. local = yellow
  9. remote = magenta
  10. [color "diff"]
  11. meta = yellow bold
  12. frag = magenta bold
  13. old = red reverse
  14. new = green reverse
  15. whitespace = white reverse
  16. [color "status"]
  17. added = yellow
  18. changed = green
  19. untracked = cyan reverse
  20. branch = magenta
  21. [alias]
  22. st = status
  23. ci = commit
  24. br = branch
  25. co = checkout
  26. df = diff
  27. lg = log -p
  28. lol = log --graph --decorate --pretty=oneline --abbrev-commit
  29. lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
  30. ls = ls-files
  31. [user]
  32. name = ######
  33. email = #####
Add Comment
Please, Sign In to add comment