[READ-ONLY] Mirror of https://github.com/mrgnw/git. git config
0

Configure Feed

Select the types of activity you want to include in your feed.

git / config
239 B 13 lines
1[core] excludesfile = ignore 2[include] 3 path = alias 4 path = user 5[diff] tool = meld 6[difftool] prompt = false 7 8[filter "lfs"] 9 clean = git-lfs clean -- %f 10 smudge = git-lfs smudge -- %f 11 process = git-lfs filter-process 12 required = true 13