> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Version Control

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

DinoAI helps automate and streamline your version control workflows, ensuring your team stays on the same page with minimal effort.

### Using Dino AI to Generate Commit Messages

Leverage DinoAI to generate detailed, context-specific commit messages that enhance communication and clarity within your team. This feature is especially useful for teams working on collaborative projects where clear commit messages are crucial for tracking changes.

#### How to Use

1. **Make Changes to Your Code**: Begin by making the necessary changes in your project files.
2. **Click "Write Commit"**: In the Git Lite panel, select the "Write Commit" option to generate a commit message.
3. **Review and Edit**: Review the AI-generated commit message. If necessary, click "Write Commit" again for a new suggestion.
4. **Commit and Push**: Once satisfied with the AI-generated commit message, commit your changes and push them to your repository.

<Arcade src="https://demo.arcade.software/tEKPikHHUQOmcA3hhyLF?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Version Control" />

<Info>
  For additional guidance, see [video tutorial](https://www.youtube.com/watch?v=rq2TM1PRvSw).&#x20;
</Info>


## Related topics

- [Setting Up a dbt™ Project](/guides/paradime-101/getting-started-with-the-paradime-ide/setting-up-a-dbt-project.md)
- [Translation of Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
- [Accelerating GitOps](/guides/paradime-101/getting-started-with-the-paradime-ide/dinoai-accelerating-your-analytics-engineering-workflow/accelerating-git-ops.md)
- [Managing Seeds](/guides/dbt-fundamentals/configuring-your-dbt-project/managing-seeds.md)
- [Git Advanced](/guides/working-with-git/git-advanced.md)
