From 09f9ec2368bd6c7da03166dd7f43bffec5a27086 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 15:19:26 +0000 Subject: Add verbose commit option to git --- dot-config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config') diff --git a/dot-config/git/config b/dot-config/git/config index 8144302..c291d4c 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -4,3 +4,5 @@ [user] email = blake@blkrom.com name = Blake Romero +[commit] + verbose = true -- cgit