From the course: Learning GitHub Pages
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Use a GitHub repo - GitHub Tutorial
From the course: Learning GitHub Pages
Use a GitHub repo
- Every Wiki is a GitHub repository that is connected to your current repo. If you take a look down here at the bottom of this Wiki page, you can see that we can clone this Wiki locally. Let's go ahead and click on that. And then I'm going to open up a terminal and I'm going to issue a git clone command and then paste that URL. It put it in my users folder. So I'm going to go ahead and open the desktop so that I can see that folder. And here it is, you can see that it added it right here and give it a name related to my current repository. So I'm just going to move that onto my desktop and I'll open it up in visual studio code. Now this is a separate repo from the other one that comes from the exercise files document. But if you take a look at it, it looks a lot like our Wiki. It has a homepage, a collectibles.md page, as well as a cast page with all the content that we pasted before. So this is a copy of your…