CLI config/dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
728 B

  1. [user]
  2. email = daniel@sissom.net
  3. name = Daniel Sissom
  4. signingkey = C6336D759D54FDA3C891EB624F6B3BB9D34719B7
  5. [push]
  6. default = simple
  7. followTags = true
  8. [alias]
  9. lo = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  10. lg = log --graph --pretty=format:'%C(auto,yellow)%H%C(reset) %C(auto)%d%C(reset)%n%C(auto,green)%cd (%cr)%C(reset) %C(auto,blue)%an <%ae>%C(reset) %C(auto,green)%G?%C(reset)%n%n %s%+b%n'
  11. [core]
  12. excludesfile = /home/djsissom/.gitignore_global
  13. [merge]
  14. ff = false
  15. [pull]
  16. ff = only
  17. [tag]
  18. gpgSign = true
  19. [init]
  20. defaultBranch = master
  21. [commit]
  22. gpgsign = true
  23. [safe]
  24. directory = /usr/local/src/web/arcist.org/www