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.

  1. 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.

    The starting screen for the desktop app. Indicators are pointing to 1. the name of your repo, and 2. Clone your repo.
    Clone your repo.
  2. 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.

    A pop-up in the desktop app showing clone options.
    Change your local path if desired.
  3. 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.

    The main screen for the GitHub Desktop app after setting up your repo. No changes have been made yet.
    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:

  1. Open the 📄comic_info.ini file in any text editor (Notepad works fine).

  2. Change the default text in [Comic Info] at the top to whatever you want.

  3. Continue to Uploading your Changes to submit the changed 📄comic_info.ini file and see how publishing affects the site.

Last updated