fix things

This commit is contained in:
2026-06-27 14:22:32 +09:00
parent ca06b70683
commit b7e82d92c9
15 changed files with 104 additions and 43 deletions

View File

@@ -11,6 +11,8 @@
init.defaultBranch = "main";
core.editor = "nvim";
push.autoSetupRemote = true;
push.followTags = true;
};
lfs.enable = true;
};
}