One‑Time Setup
- Make your GitHub repo Public (Settings → Danger Zone → Change visibility).
- Green Code button → HTTPS tab → copy the clone URL.
- cPanel → Git Version Control → Create
Clone URL = your GitHub URL
Repository Path =public_html/ADD103
Name =ADD103 - Fix permissions in File Manager: set 755 on
public_html/ADD103and recurse. - Test: open
https://YOURDOMAIN.com/ADD103/.
Future Updates
Push to GitHub → cPanel → Pull or Deploy → Update from Remote.
Self‑Check Quiz (Answers)
- Public so cPanel can clone without login.
- Green Code button → HTTPS tab.
- 755 ensures web server can read/execute.
- Pull in cPanel; check permissions.