From 5c366db1f8ca6d7d7f1a5bfb1f878e0434c7f565 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Wed, 1 Jan 2025 01:36:42 +1300 Subject: [PATCH] Remove unused work directory from git config Also test signing --- git/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/git/config b/git/config index c84c6e2..d23fc1f 100755 --- a/git/config +++ b/git/config @@ -19,8 +19,6 @@ path = ./config-personal [includeIf "gitdir:~/Documents/"] path = ./config-personal -[includeIf "gitdir:~/work/"] - path = ./config-work [credential "https://github.com"] helper = !/usr/bin/gh auth git-credential