From 24b6e10af6d1579fef596ed039ae47d95f32cc7c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 24 Mar 2025 19:26:30 +0100 Subject: [PATCH] Remove alias for git commit --- system/.config/git/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/.config/git/config b/system/.config/git/config index bdeb976..7b74ee2 100644 --- a/system/.config/git/config +++ b/system/.config/git/config @@ -34,9 +34,6 @@ # Add all files a = add --all - # Create a commit and sign it off - c = commit -s -S - # Push to the master branch of the origin remote p = push --follow-tags