创建 Git 仓库
推送您的代码
git init git add . git commit -m "初始化 LLM App" git branch -M main git remote add origin https://github.com/[YOUR_GIT_REPO].git git push -u origin main
邀请您的团队成员