change some git
settings
This commit is contained in:
parent
54547ae37d
commit
6ad152cd77
1 changed files with 10 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
||||||
userName = user;
|
userName = user;
|
||||||
userEmail = "seaswimmerthefsh@gmail.com";
|
userEmail = "seaswimmerthefsh@gmail.com";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||||
|
push = {
|
||||||
|
autoSetupRemote = true;
|
||||||
|
};
|
||||||
core = {
|
core = {
|
||||||
editor = "code -w";
|
editor = "code -w";
|
||||||
};
|
};
|
||||||
|
@ -85,6 +89,12 @@
|
||||||
"github:"
|
"github:"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"https://git.galaxy.casa/" = {
|
||||||
|
insteadOf = [
|
||||||
|
"galaxy:"
|
||||||
|
"git@git.galaxy.casa:"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
hub.protocol = "ssh";
|
hub.protocol = "ssh";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue