Guest User

Untitled

a guest
Apr 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [core]
  2. editor = mate -w
  3. excludesfile = /Users/Bjarte/.gitignore
  4. [color]
  5. branch = auto
  6. diff = auto
  7. status = auto
  8. [color "branch"]
  9. current = yellow reverse
  10. local = yellow
  11. remote = green
  12. [color "diff"]
  13. meta = yellow bold
  14. frag = magenta bold
  15. old = red bold
  16. new = green bold
  17. [color "status"]
  18. added = green
  19. changed = yellow
  20. untracked = cyan
  21. [alias]
  22. st = status
  23. ci = commit -am
  24. br = branch
  25. co = checkout
  26. df = diff
  27. lg = log --pretty=oneline --abbrev-commit --graph --decorate
Add Comment
Please, Sign In to add comment