2
0
This commit is contained in:
ai
2026-04-03 08:36:53 +00:00
commit 67c20e9dab
15 changed files with 648 additions and 0 deletions

11
.gitconfig Normal file
View File

@@ -0,0 +1,11 @@
[user]
name = ai
email = ai@syui.ai
[core]
editor = vim
[pull]
rebase = false
[init]
defaultBranch = main
[push]
autoSetupRemote = true