Create Your First Repository
About 184 wordsLess than 1 minute
An organization is a namespace for managing members and resources. Create an organization before creating repositories. Repositories are used to host code and manage Cloud Native Build pipeline configurations.
1. Create an Organization
Click the + in the upper right corner, select Create Organization, fill in the name and description, then click Create.

2. Create a Repository
Click the + in the upper right corner, select Create Repository, choose the parent organization, fill in the repository name, select visibility as needed, then click Create.

3. Initialize the Repository
Recommended to initialize your repository directly in the Cloud Native Development environment, with no local Git setup needed:
- Migrate existing repository: Paste the old repository URL on the welcome page for one-click migration
- Create new files: Create README and other files directly on the web
