# How to use the Git version control tool in cPanel

> cPanel's Git Version Control tool lets you create and manage Git repositories directly from your hosting account.

Source: https://www.kualo.com/knowledgebase/cpanel-php/how-to-use-the-git-version-control-tool-in-cpanel
Updated: 2026-06-13

---

cPanel's Git Version Control tool lets you create and manage Git repositories directly from your hosting account. This guide walks you through creating a repository and the key management options.

## Accessing Git Version Control

Log in to cPanel and click **Git Version Control** in the **Files** section.

![The Git Version Control page in cPanel](https://kb-cdn.kualo.com/f2/73/f2738f43dc062e83415d01e1cb354382814e5de6.png)

## Creating a repository

1. Click **Create** on the right-hand side of the Git Version Control page.
2. Choose one of the two options:

   ![The Create repository form in Git Version Control](https://kb-cdn.kualo.com/fe/74/fe74723adfad87586bdb9d1b2899c9d133f6708a.png)

   - **Clone an existing repository** - the default. Paste the remote repository's address into the **Clone URL** field and the remaining fields populate automatically.
   - **Create a new repository** - disable the **Clone a Repository** toggle, then enter the path and name for your new repository.

3. Click **Create** at the bottom of the form. cPanel creates the repository and shows you the commands to connect it to a local project.

## Managing your repositories

Once created, your repository appears in the list on the Git Version Control page. Each repository offers two options:

- **Manage** - opens a management page where you can update settings, deploy changes, and view repository details.
- **History** - shows a full log of all commits and changes made to the repository.

:::tip
If you run into any difficulties, raise a [support ticket](/knowledgebase/getting-started/how-to-create-a-support-ticket-in-mykualo) with our helpdesk and our technical team will be happy to help.
:::


---

_Source: Kualo Knowledgebase — https://www.kualo.com/knowledgebase/cpanel-php/how-to-use-the-git-version-control-tool-in-cpanel · © Kualo Ltd._
