Guest User

Untitled

a guest
Apr 25th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [alias]
  2. st = status
  3. ci = commit
  4. co = checkout
  5. br = branch
  6. ca = commit -av
  7. lo = log --graph
  8. undo = reset --hard
  9. [color]
  10. branch = auto
  11. diff = auto
  12. interactive = auto
  13. status = auto
  14. [core]
  15. editor = mate -w
  16. [merge]
  17. tool = opendiff
  18. [user]
  19. name = Mat Trudel
  20. email = mat@geeky.net
  21. [github]
  22. user = mtrudel
  23. token = d53d70b5865e86fd4c4daa0e8d882e82
  24. [difftool]
  25. prompt = false
  26. [branch]
  27. autosetupmerge = true
  28. [help]
  29. format = web
  30. [advice]
  31. statusHints = false
  32. [web]
  33. browser=open
Add Comment
Please, Sign In to add comment