From ac20e20c8f7d3b383c5cc71caedec1b13ce8ce68 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 21 Sep 2020 15:24:30 +0200 Subject: [PATCH] Remove old git config Signed-off-by: Severin Kaderli --- system/.config/git/config.work | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 system/.config/git/config.work diff --git a/system/.config/git/config.work b/system/.config/git/config.work deleted file mode 100644 index 66a5b9f..0000000 --- a/system/.config/git/config.work +++ /dev/null @@ -1,20 +0,0 @@ -# SCRIPT NAME: -# .config/git/config.work -# -# AUTHOR: -# Severin Kaderli -# -# DESCRIPTION: -# This is my work configuration for Git. -# -# USAGE: -# This file is automatically used by Git when inside a subfolder of ~/work. - -[user] - name = Severin Kaderli - email = severin@whatwedo.ch - signingkey = "" - -[alias] - # Create a commit and sign it off - c = commit \ No newline at end of file