Files
dotfiles/.config/git/config
druckdev 2c2baa7187 User management and tabs
Use Github credentials when in Projects/github folder.
All other custom github projects are stored in user.config.
Use 8 spaces for tabs to see whitespace error in git diffs.
2020-06-24 15:39:04 +02:00

18 lines
324 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
[submodule]
recurse = true
[color "status"]
added = 076
untracked = 014
[core]
pager = diff-so-fancy | less --tabs=8 -RFX