title | description | icon |
---|---|---|
Sync With GitLab |
Integrate Amplication with GitLab for streamlined git management for all your resources. |
gitlab |
Amplication provides seamless git integration with GitLab. With this integration, you can use GitLab's fully-featured version control to manage the generated code for all your resources.
To get started, you must connect your GitLab organization to Amplication. Follow these steps:
Access your workspace within the Amplication platform. Find and select the "Projects" tab in the navigation bar. Click on your desired project to access its Software Catalog, where you can manage all services and resources. Select the **Git Settings** tab. If a repository is already connected, click **Change Repository** After clicking "Change Repository", select "Select Git Organization" to choose a new GitLab organization for your repository. When selecting GitLab, you'll be redirected to GitLab's authorization page where you'll grant Amplication the necessary permissions.<Frame>
<img src="/images/day-zero/authorize-gitlab.png" />
</Frame>
<CardGroup cols={2}>
<Card title="Use Existing Repository" icon="book">
Select from your available GitLab repositories in the repository selection modal
</Card>
<Card title="Create New Repository" icon="plus">
Click the "Create repository" button to set up a fresh GitLab repository
</Card>
</CardGroup>
<Frame caption="Select existing GitLab repo">
<img src="/images/day-zero/select-gitlab-repo.png" />
</Frame>