# Accelerating GitOps

DinoAI's GitOps features help automate and streamline your version control workflows, ensuring your team stays on the same page with minimal effort.

**Estimated completion time:** 5 minutes

{% hint style="warning" %}

### Prerequisites

* Basic understanding of Git and version control concepts
  {% endhint %}

***

### Using Dino AI to Generate Commit Messages

{% embed url="<https://www.youtube.com/watch?v=rq2TM1PRvSw>" %}

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, commit your changes and push them to your repository.

***

{% hint style="info" %}

### Related Documentation

* [Working with Git Lite](https://docs.paradime.io/app-help/documentation/code-ide/left-panel/git-lite)
  {% endhint %}

***

### Summary

You've learned how to use DinoAI to generate detailed, context-specific commit messages for your Git workflows. This feature enhances team communication and improves version control history clarity. By leveraging DinoAI for commit messages, you can streamline your GitOps processes and maintain consistent, informative version control documentation.

Next, we'll explore [how DinoAI can accelerate your data governance practices](https://docs.paradime.io/app-help/guides/paradime-101/getting-started-with-the-paradime-ide/dinoai-accelerating-your-analytics-engineering-workflow/accelerating-data-governance).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/guides/paradime-101/getting-started-with-the-paradime-ide/dinoai-accelerating-your-analytics-engineering-workflow/accelerating-git-ops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
