Guest User

Untitled

a guest
Aug 8th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. [user]
  2. name = Aaron Meurer
  3. email = asmeurer@gmail.com
  4.  
  5. [color]
  6. diff = auto
  7. status= auto
  8. branch= auto
  9. interactive = true
  10.  
  11. [color "diff"]
  12. new = white
  13. [alias]
  14. ci = commit --interactive
  15. di = diff --color-words
  16. st = status
  17. co = checkout
  18. pu = push github
  19. logl = log --pretty=oneline --abbrev-commit
  20. gr = grep -i --color
  21. backup = !git-backup.sh
  22. fe = fetch --all
  23. weekreport = shortlog --since=1.weeks --author=asmeurer
  24.  
  25. [sendemail]
  26. o = sympy-patches@googlegroups.com
  27. envelopesender = asmeurer@gmail.com
  28. smtpserver = smtp.gmail.com
  29. smtpuser = asmeurer@gmail.com
  30. smtpssl = true
  31. aliasfiletype = mailrc
  32. [i18n]
  33. commitEncoding = utf-8
  34. [push]
  35. default = matching
  36. [github]
  37. user = asmeurer
  38. token = 2927afd5e06ef4c7401be97e3b3a8dee
  39. [rerere]
  40. enabled = true
Add Comment
Please, Sign In to add comment