X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/35d57a17b287dd8badc454b835347c4b825c60a8..cbfa57a03cbbefbc6bf682757e27615aa7e633e4:/git/config diff --git a/git/config b/git/config index a759c2e..9e82d98 100644 --- a/git/config +++ b/git/config @@ -39,6 +39,8 @@ enabled = true [pull] rebase = interactive +[branch] + autoSetupMerge = inherit [branch "master"] rebase = merges [branch "develop"] @@ -56,3 +58,5 @@ [includeIf "gitdir:~/src/fpp/**"] path = ~/.config/git/fpp.config +[credential] + helper = cache