Create a git repository
Push your code
git init git add . git commit -m "Init LLM App" git branch -M main git remote add origin https://github.com/[YOUR_GIT_REPO].git git push -u origin main
Ask your team to join
Was this page helpful?