Downloading your Files
Now that GitHub Desktop is installed, we need to download the files in the repo to your computer, which is where you'll make changes and add files.
Once configured, GitHub Desktop asks you to select a repository to clone and begin using. You should see your comic repository on the left side. Click the repository, then click Clone at the bottom.
Clone your repo. GitHub presents a Clone dialog. You should not need to make any changes here, but you can change the directory on your computer to install to (Local path) if you prefer. Once satisfied, click Clone.
Change your local path if desired. GitHub Desktop will automatically download the repository to your computer. Once completed, you are presented with the main screen you'll be seeing for most of your time using GitHub Desktop.
GitHub Desktop main screen.
That's it! You are now ready to make changes to create your own webcomic!
Next Steps
Now that you've got the files on your computer, you can start making changes and adding comic pages. The Basic Editing section covers the fundamentals of using comic_git and making it your own. Once you're ready to publish your changes, see Uploading your Changes.
However, if you want to experiment with changing your site right away:
Open the 📄comic_info.ini file in any text editor (Notepad works fine).
Change the default text in [Comic Info] at the top to whatever you want.
Continue to Uploading your Changes to submit the changed 📄comic_info.ini file and see how publishing affects the site.
Last updated