README: GitHub → cPanel

Quick setup steps

One‑Time Setup

  1. Make your GitHub repo Public (Settings → Danger Zone → Change visibility).
  2. Green Code button → HTTPS tab → copy the clone URL.
  3. cPanel → Git Version ControlCreate
    Clone URL = your GitHub URL
    Repository Path = public_html/ADD103
    Name = ADD103
  4. Fix permissions in File Manager: set 755 on public_html/ADD103 and recurse.
  5. Test: open https://YOURDOMAIN.com/ADD103/.

Future Updates

Push to GitHub → cPanel → Pull or Deploy → Update from Remote.

Self‑Check Quiz (Answers)

  1. Public so cPanel can clone without login.
  2. Green Code button → HTTPS tab.
  3. 755 ensures web server can read/execute.
  4. Pull in cPanel; check permissions.