Test making a change to your code, pushing it to GitHub, and seeing your site update
Onward …
1. Create a GitHub repository
Open up GitHub Desktop app on your computer
At the left menu, click the“Add” button and scroll to“Add an existing repository…”
Choose the path of the folder where you made your site.
Once you do, you’ll get a small message that says:
This directory does not appear to be a Git repository. Would you like to create a repository here instead?
Click the link“create a repository”.
Then you’ll get a new form. You don’t need to change anything, just press the blue button“Create repository”
Optional, but good to see: If you navigate in your file directory / Finder and open up the folder where your microsite lives, you should see an invisible folder titled“.git.” If you don’t see the invisible folder, try using the shortcut to show / hide invisible files: command + shift + .
1. Create a GitHub repository