.gitconfig 281 B

12345678910111213141516
  1. [user]
  2. name = George Jones
  3. email = gmj@pobox.com
  4. [core]
  5. editor = emacsclient -c
  6. excludesfile = ~/.gitignore
  7. quotepath = false
  8. commitGraph = true
  9. [status]
  10. # showUntrackedFiles = no
  11. showUntrackedFiles = normal
  12. #[push]
  13. # default = simple
  14. [gc]
  15. writeCommitGraph = true