mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Make Git automatically use SSH instead of HTTPS
This commit is contained in:
parent
926b5b97b0
commit
360bdcace6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ homeConfiguration "nixos" {
|
|||
gpg.format = "ssh";
|
||||
user.signingKey = "~/.ssh/id_rsa";
|
||||
commit.gpgSign = true;
|
||||
url."ssh://git@github.com/".insteadOf = "https://github.com/";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue