Files
dotfiles/.config/git/config
2020-04-23 14:50:36 +02:00

16 lines
303 B
Plaintext

[include]
path = gitlab.config
[includeIf "gitdir:~/Projects/dotfiles-github/"]
path = github.config
[commit]
gpgsign = true
[difftool "meld"]
path = /usr/bin/meld
[submodule]
recurse = true
[color "status"]
added = 076
untracked = 014
[core]
pager = diff-so-fancy | less --tabs=4 -RFX