Track changes and deploy code efficiently using Git from your Aviumshost cPanel.

Create a Git Repository:

  1. Log into cPanel > Git Version Control.
  2. Click Create.
  3. Enter the repo path (e.g., public_html/repo).
  4. Optionally clone from an external GitHub repo.

Pull Updates via SSH:

cd ~/public_html/repo
git pull origin main

Perfect for Laravel, WordPress themes, or custom PHP apps.