Guest User

Untitled

a guest
May 19th, 2018
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [user]
  2. name = Luis E. Guardiola
  3. email = lguardiola@gmail.com
  4. [svn]
  5. authorsfile = /home/gasper/.gitsvnauthorsfile
  6. [alias]
  7. ci = commit
  8. co = checkout
  9. st = status
  10. staged = diff --cached
  11. unstaged = diff
  12. both = diff HEAD
  13. oneline = log --pretty=oneline
  14. amend = commit --amend
  15. [color]
  16. ui = auto
  17. [color "branch"]
  18. current = yellow reverse
  19. local = yellow
  20. remote = green
  21. [color "diff"]
  22. meta = yellow bold
  23. frag = magenta bold
  24. old = red bold
  25. new = green bold
  26. [color "status"]
  27. added = yellow
  28. changed = green
  29. untracked = cyan
  30. [branch]
  31. autosetupmerge = false
  32. [diff]
  33. external = /home/gasper/bin/git-diff-with-meld
  34. [format]
  35. numbered = auto
  36. headers = "X-Organization: WBS - Soluciones Web\nX-Git: patch"
  37. subjectprefix = CHANGE
  38. suffix = .patch
  39.  
  40. [core]
  41. excludesfile = /home/gasper/.gitignore
  42. [sendemail]
  43. bcc = lguardiola@gmail.com
  44. aliasesfile = /home/gasper/.gitmailaliases
  45. aliasfiletype = mailrc
  46. smtpserver = smtp.gmail.com
  47. smtpssl = true
  48. smtpuser = lguardiola@gmail.com
  49. smtppass = secret
Add Comment
Please, Sign In to add comment