store git credentials

This commit is contained in:
Noa Aarts 2025-10-16 18:49:15 +02:00
parent d0029fa9a2
commit d669e56616
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 5 additions and 4 deletions

View file

@ -36,6 +36,7 @@ in
pull.rebase = false;
commit.gpgsign = cfg.do_sign;
push.autoSetupRemote = true;
credential.helper = "store";
};
};
};