Create a git repository to share your application with your team.

1

Create a git repository

Create a new git repository.

2

Push your code

Push your code to the git repository.

terminal
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
3

Ask your team to join

Ask your team to follow the setup steps for new users to use this workspace.