# Commit Labels

### Commit Labels: Overview <a href="#commit-labels-overview" id="commit-labels-overview"></a>

A Commit Label helps to label a commit. For example, changes related to a user story or task, etc. can be placed under a specific label. The main advantage of creating a commit label is to reuse the labels and perform many commits under it.

### Creating a Commit Label <a href="#creating-a-commit-label" id="creating-a-commit-label"></a>

1. Log in to your AutoRABIT account.
2. Hover your mouse over the [**Version Control**](https://www.autorabit.com/blog/7-tips-for-salesforce-version-control-integration/) module and click on the **Change Labels > Commit Labels** or go directly to the **Change Labels** tab and select **Commit Labels** from the dropdown.The **Commit Labels** screen is best viewed when the zoom setting is set to **75%** on your Chrome/Firefox browser.

<figure><img src="/files/qUt64jcUieONowDYgHfQ" alt="" width="225"><figcaption></figcaption></figure>

<figure><img src="/files/g5Uw8Od2MEfjJkdpvzIu" alt=""><figcaption></figcaption></figure>

3. Next, click on **Create Commit Label** button.

<figure><img src="/files/hTKbzNJlqNx55KuE0LQM" alt=""><figcaption></figcaption></figure>

4. On the next dialog box that appears, give the commit label a **name** for your reference. Also, include brief information about the label created in the **Description** box. Select your **VC** **Repository**, its mapped **Branch,** and the **Label Type** for which you want to create a commit label.
5. Click **OK**.

<figure><img src="/files/XpFh6iI4a9AOI4KBSr6R" alt=""><figcaption></figcaption></figure>

6. The commit label will be displayed under the **Commit Label** tabs along with other commit labels.

<figure><img src="/files/qN8eMWZJDxhl9z7Kmvxv" alt=""><figcaption></figcaption></figure>

7. Now, whenever you perform a merge or commit using the previously created commit label, a revision number generates. These revision details are available on the right side of your commit label.

<figure><img src="/files/RcvVhJF8K14ZWaeKoogv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oAxXwUuRleziv9EKUpnq" alt=""><figcaption></figcaption></figure>

8. Click on the **...** icon to view detailed info about the revision of the commit label created. The info includes revision creation date, revision committed by, revision number, and components.

<figure><img src="/files/EyF1c7KSn2UbYDqw2DcZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2s4VB0R20YAR2cg4pahj" alt="" width="359"><figcaption></figcaption></figure>

### Filtering the Commit Labels <a href="#filtering-the-commit-labels" id="filtering-the-commit-labels"></a>

Use the **Advanced Search** filter option to fetch any specific commit label faster.

<figure><img src="/files/jFS85xr2MkXJyeAEAC87" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ND8kAHM0tv8GqnUqE4IY" alt=""><figcaption></figcaption></figure>

Filter the commit labels via:

1. **Branch:** Filter the commit labels based on the Version Control Repository/ Branch for which the commit label is registered.
2. **Label Type:** Filter the commit labels by Label type, e.g., Salesforce Label or Vlocity Label.
3. **Label:** Filter the commit labels by name.


---

# 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://knowledgebase.autorabit.com/product-guides/arm-1/arm-features/version-control/change-labels/commit-labels.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.
