How to create repository
How to create repository
Certainly! I'll guide you through the steps to create a new repository on GitHub using the current
interface and perform some basic Git commands.
1. **Log in to GitHub:**
Open your web browser and go to [GitHub](https://github.com/). Log in with your account if you're
not already logged in.
4. **Create Repository:**
- Click the "Create repository" button.
Now, let's clone the repository to your local machine and make some changes.
Follow the steps you mentioned in the tutorial to enable GitHub Pages for your repository. This
involves going to the repository's settings, scrolling down to the "GitHub Pages" section, and
launching the Automatic Page Generator.
Remember, GitHub Pages uses the `gh-pages` branch. If you want to update your website, make
changes in that branch and push them.
Now you should have a functional GitHub repository with GitHub Pages hosting your website. If you
encounter any issues or have further questions, feel free to ask!