feat: git rerere

This commit is contained in:
Tine 2024-05-07 12:45:52 +02:00
parent 68ff85c43f
commit 493d79d489
No known key found for this signature in database

View file

@ -120,6 +120,10 @@
signingkey = "~/.ssh/id_ed25519";
};
rerere = {
enabled = true;
};
commit = {
gpgsign = true;
};
@ -143,12 +147,6 @@
pull = {
ff = "only";
};
url = {
"git@github.com:" = {
insteadOf = "https://github.com/";
};
};
};
};