linuxbox/gitconfig

22 lines
467 B
Plaintext

[user]
name = Christoffer Martinsson
email = cm@cmtec.se
[credential]
helper = store --file ~/.my-credentials
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://git.cmtec.se"]
helper = store --file ~/.my-credentials
username = cm
[pull]
rebase = false
[merge]
tool = nvimdiff
[mergetool]
keepBackup = false
# when working on work projects
[includeIf "gitdir:**/work/**/.git"]
path = ~/code_server/gitconfig.work