From 56cca67b575a171b3a6a92580f0360b6fc1fab6a Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 8 Feb 2021 10:51:37 -0600 Subject: include local git config --- config/git/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config/git') diff --git a/config/git/config b/config/git/config index f68fed8..1823b5d 100644 --- a/config/git/config +++ b/config/git/config @@ -32,7 +32,12 @@ [diff] tool = meld + [init] - defaultBranch = main + defaultBranch = main + [pull] - ff = only + ff = only + +[include] + path = config-local -- cgit v1.2.3