Creating your own Repository
In this section, you'll create a copy of comic_git in your GitHub account that you will use to make your own webcomic.
If you don't have a GitHub account, follow the instructions in Signing Up for GitHub before proceeding.
Visit the comic_git repository at https://github.com/ryanvilbrandt/comic_git.
Click Use This Template, then Create a new repository. This creates a new, independent copy of the comic_git repository that you own. You'll use this new repository to create your webcomic.
The comic_git repository. GitHub will ask you some questions about the repository you're creating. Set the requested fields as follows:
Repository template: This should already be set to
ryanvilbrandt/comic_git
Include all branches: Check this box. If this box is not checked, GitHub Pages won't be able to display your site later on.
Owner: This should be the username you created when signing up. If it shows something different, look into that first.
Repository name: Choose any name you like, but we recommend the name of your comic.
Description: This shows when viewing the GitHub repository directly, as opposed to the site you build with it. This is optional and you may leave it blank.
Public / Private: This should be set to Public. GitHub requires a GitHub Pro membership to use GitHub Pages with a private repository.

Once you are satisfied with the settings, click Create repository.
GitHub takes a moment to generate the new repository, then displays it. You now have your own comic playground to build how you want!
The new repository!
Last updated