Whenever you use the Glitch ‘Export’ function in the Tools menu, it is actually committing its changes to a ‘branch’ called glitch off the default main branch. Read about branching in git to get an understanding for how this works.
Back in your glitch project, add a new file named index.html
Open the new index.html and, in the editor, set up a default HTML structure for the file
You can instead copy the HTML from this file and paste it into your index.html file.
After you’ve saved your index.html, export your changes to github and provide a commit message (example commit message: “Created HTML document.”)
Go to your project’s page on GitHub and go through the same open pull request and merge procedure as last week; you should now see a matching copy of the index.html in your GitHub repo and on the Glitch project page.
Schedule
Sept 9 · Project introduction
Sept 16 · Steps 1-3 from Process are complete; Step 4 begun
Sept 23 · Project due date (attempt to complete PR before class on Thursday; hard due date is end of day Friday)