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;
|
||||
userEmail = "seaswimmerthefsh@gmail.com";
|
||||
extraConfig = {
|
||||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
core = {
|
||||
editor = "code -w";
|
||||
};
|
||||
|
@ -85,6 +89,12 @@
|
|||
"github:"
|
||||
];
|
||||
};
|
||||
"https://git.galaxy.casa/" = {
|
||||
insteadOf = [
|
||||
"galaxy:"
|
||||
"git@git.galaxy.casa:"
|
||||
];
|
||||
};
|
||||
};
|
||||
hub.protocol = "ssh";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue