linuxbox/gitconfig.work

18 lines
386 B
Plaintext

[user]
name = Christoffer Martinsson
email = christoffer.martinsson@mildef.com
[credential "https://git.mildef.com"]
helper = store --file ~/.my-credentials
username = christoffer
[pull]
rebase = false
[merge]
tool = nvimdiff
[mergetool]
keepBackup = false
# when working on work projects
[includeIf "gitdir:**/linuxbox/.git"]
path = ~/linuxbox/gitconfig