Created
February 6, 2024 03:54
-
-
Save MatrixManAtYrService/5d07dac4a90eb170338df0e11dd3a314 to your computer and use it in GitHub Desktop.
home manager git config to use ssh instead of http for github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git = { | |
enable = true; | |
extraConfig = { | |
"url \"[email protected]:\"".insteadOf = "https://github.com/"; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment