commit | 4ee78ad994a0a4e1a272d1cfe073d8d8c193f3e1 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue Mar 07 13:14:23 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue Mar 07 13:14:23 2023 +0000 |
tree | 7bff5802c5ddf00a5d7907aa9ee03bd839a9351b | |
parent | f5f798956598a6758ae136ea2bf90db2916c0713 [diff] |
Automatically setup git remotes
diff --git a/modules/git.nix b/modules/git.nix index 4482685..29e6bfd 100644 --- a/modules/git.nix +++ b/modules/git.nix
@@ -43,6 +43,7 @@ color.ui = "auto"; core.autocrlf = "input"; pull.rebase = "merges"; + push.autoSetupRemote = true; credential.helper = "store"; commit.signOff = true; core.splitIndex = true;