Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The Astro IDE provides an integrated workflow for reviewing, committing, and deploying Airflow dag changes directly to a connected Git repository.
Review, commit, and push changes with Git
The Astro IDE allows you to review, accept, and commit code updates directly to a connected Git repository.Prerequisites
- An Astro IDE project connected to a Git provider:
- Imported from GitHub using the Astro GitHub integration, or
- Manually imported from any Git provider.
There are two ways to create a new branch for your commits in Astro IDE:
- Click the branch selector dropdown in the toolbar. In the input field that appears, type a new branch name and select the option to create a new branch from your current branch. Click Create Branch.
- In the commit dialog, click the Edit branch button next to the branch name. Enter your new branch name, then click Commit and push.