From 849c7e97fa3b2911c4cad3554862f8616dd52ce3 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 12 Dec 2024 12:12:45 +0100 Subject: [PATCH] Use single key for interactive staging (git) --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 70064a3..bd6bfb7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -77,3 +77,6 @@ colorMoved = zebra [commit] gpgsign = false + +[interactive] + singleKey = true