# default to personal config [include] path = ~/.gitconfig.personal # when working on work projects [includeIf "gitdir:**/work/**/.git"] path = ~/.gitconfig.work [credential] helper = cache [credential "https://dev.azure.com"] useHttpPath = true [credential "https://git.cmtec.se"] helper = store username = cm [pull] rebase = false [merge] tool = nvimdiff [mergetool] keepBackup = false