Add default gitea user to git config
This commit is contained in:
parent
8e7f5ffddb
commit
abff53552a
|
@ -91,6 +91,7 @@
|
|||
};
|
||||
extraConfig = {
|
||||
github.user = "elitherl";
|
||||
gitea.user = "xenia";
|
||||
pull.rebase = false;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
|
|
Loading…
Reference in a new issue