Stop always recursively pulling submodules too, since it annoys me and if it is important for a project, it will probably stand in the README.
16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
[include]
|
|
path = gitlab.config
|
|
[includeIf "gitdir:~/Projects/github/"]
|
|
path = github.config
|
|
[include]
|
|
path = user.config
|
|
[commit]
|
|
gpgsign = true
|
|
[difftool "meld"]
|
|
path = /usr/bin/meld
|
|
[color "status"]
|
|
added = 076
|
|
untracked = 014
|
|
[core]
|
|
pager = diff-so-fancy | less --tabs=8 -RFX
|