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