feat(home): add git delta and credential storing
This commit is contained in:
@ -23,7 +23,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "xezo360hye";
|
userName = "xezo360hye";
|
||||||
userEmail = "xezo360hye@gmail.com";
|
userEmail = "xezo360hye@gmail.com";
|
||||||
|
delta.enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
credential.helper = "store";
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
url."https://github.com/".insteadOf = [ "gh:" "github:" ];
|
url."https://github.com/".insteadOf = [ "gh:" "github:" ];
|
||||||
url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];
|
url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];
|
||||||
|
Reference in New Issue
Block a user