Track changes and deploy code efficiently using Git from your Aviumshost cPanel.
Create a Git Repository:
- Log into cPanel > Git Version Control.
- Click Create.
- Enter the repo path (e.g.,
public_html/repo
). - 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.