4 pager = less -+$LESS -FRX
5 autocrlf = false #true false input
6 safecrlf = true # true false warn
7 excludesfile = ~/.gitignore_global
8 attributesfile = ~/.gitattributes
9 whitespace = space-before-tab,-indent-with-non-tab,trailing-space
13 email = your@email.com
14 # signingkey = public gpg key
23 aliases = config --get-regexp alias
24 ll = log --graph --oneline --decorate --abbrev-commit --pretty=tformat:'%C(auto)%h%Creset -%C(auto)%d%Creset %s %C(auto)(%cr, %an, %G?)%Creset'
25 logs = log --pretty=fuller --stat --decorate
26 sp = submodule update --recursive --init
27 sf = submodule foreach git submodule update --recursive --init
40 clean = git-lfs clean -- %f
41 smudge = git-lfs smudge -- %f
42 process = git-lfs filter-process