Repository Workflow¶
All changes are made from the Linux server and pushed to GitHub.
bash
git status
git add .
git commit -m "Describe the change"
git push
Cloudflare Pages builds and publishes the site automatically after each push.
All changes are made from the Linux server and pushed to GitHub.
bash
git status
git add .
git commit -m "Describe the change"
git push
Cloudflare Pages builds and publishes the site automatically after each push.