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.

15 lines
577 B

  1. [user]
  2. email = daniel@arclet.org
  3. name = Daniel Sissom
  4. signingkey = C6336D759D54FDA3C891EB624F6B3BB9D34719B7
  5. [push]
  6. default = simple
  7. [alias]
  8. lo = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  9. 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'
  10. [core]
  11. excludesfile = /home/djsissom/.gitignore_global
  12. [merge]
  13. ff = false
  14. [pull]
  15. ff = only