aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/home/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/git.nix b/modules/home/git.nix
index 1915304..85665ab 100644
--- a/modules/home/git.nix
+++ b/modules/home/git.nix
@@ -42,6 +42,7 @@
diff.renames = "copies";
help.autocorrect = 1;
merge.log = true;
+ init.defaultBranch = "main";
push.autoSetupRemote = true;
github.user = "simenandre";
pull.rebase = true;