X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0cb9c5b0aaa4f2fb22eb202050fdcc451c8a760c..e081ae2be04bf7224eadc202f3b9e821d65a440b:/git/config?ds=sidebyside diff --git a/git/config b/git/config index af16e93..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"] @@ -54,5 +56,7 @@ process = git-lfs filter-process required = true -[includeIf "gitdir:~/src/wio/**"] - path = ~/.config/git/wio.config +[includeIf "gitdir:~/src/fpp/**"] + path = ~/.config/git/fpp.config +[credential] + helper = cache