From e846de0570c5cf1e82b7533b51fb1c7ceaf7c1c6 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sat, 31 Oct 2020 22:38:46 +0100 Subject: [PATCH] git: Use github per default user.config holds some path were I want to use my gitlab account. --- .config/git/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 71f866a..a89a30b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,4 @@ [include] - path = gitlab.config -[includeIf "gitdir:~/Projects/github/"] path = github.config [include] path = user.config