mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
feat: git rerere
This commit is contained in:
parent
68ff85c43f
commit
493d79d489
1 changed files with 4 additions and 6 deletions
10
nix/core.nix
10
nix/core.nix
|
@ -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/";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue