Default git branches to main, because why not
This commit is contained in:
parent
9880e96237
commit
95e3ebacfa
1 changed files with 5 additions and 0 deletions
|
|
@ -18,7 +18,12 @@ in
|
||||||
rebase = {
|
rebase = {
|
||||||
updateRefs = true;
|
updateRefs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
".idea/"
|
".idea/"
|
||||||
".direnv/"
|
".direnv/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue