enable git diff in git commit

remove old garbage
This commit is contained in:
Pim Kunis 2023-10-18 21:06:38 +02:00
parent b28f88c5e6
commit 97d2dc1169
3 changed files with 3 additions and 38 deletions

View file

@ -6,6 +6,7 @@
userEmail = "pim@kunis.nl";
extraConfig = {
push.autoSetupRemote = true;
commit.verbose = true;
};
includes = [{
path = "~/git/suecode/.gitconfig";