Add github.user config to git

This commit is contained in:
Evie Litherland-Smith 2023-11-29 07:45:23 +00:00
parent 54a1aa8079
commit e2d6847ec3

View file

@ -74,6 +74,7 @@
}; };
}; };
extraConfig = { extraConfig = {
github.user = "elitherl";
pull.rebase = false; pull.rebase = false;
init.defaultBranch = "main"; init.defaultBranch = "main";
merge.conflictstyle = "diff3"; merge.conflictstyle = "diff3";