From the course: Learning Git and GitHub
Unlock this course with a free trial
Join today to access over 24,300 courses taught by industry experts.
GitHub wikis
- [Instructor] Wikis give you the absolute fastest way to create simple documentation on GitHub. It's a pretty interesting option too since it's a special type of repo that is attached to your own repo. Just to note that Wikis are restricted for private repositories unless you have a pro account. So for example, if we go over here to this Wiki tab you'll see that we can create a page for the Wiki. And again, it's the fastest way of creating some quick documentation. So I'm just going to leave the default here but you can see that we have a full featured editor. So actually, let's go ahead and do just a headline here. We'll do a couple of headlines because it does add some additional features here. Let's see, we'll call this. All right, so we'll do that. And you can see that there's lots of options or you can write markdown in here. And there's also a preview button that shows you what this is going to look like. You can…