Add verbose mode for git commits

This commit is contained in:
Vili Sinervä 2024-12-10 22:40:02 +02:00
parent 25179e3fad
commit 543b124487
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -24,6 +24,9 @@ in
pull = {
ff = "only";
};
commit = {
verbose = "true";
};
commit.gpgsign = "true";
};
};