From dd2467fa35cc06cefa09da552bd8c1b03abd547c Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Fri, 29 Mar 2024 09:19:20 +0100 Subject: [PATCH] added git configs --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index 4e614b4..da9e901 100644 --- a/gitconfig +++ b/gitconfig @@ -1,3 +1,7 @@ [user] email = christian@koptein.de name = Christian Koptein +[core] + editor = vim +[fetch] + prune = true