From the course: Version Control for Everyone

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Share with everyone on GitHub

Share with everyone on GitHub - GitHub Tutorial

From the course: Version Control for Everyone

Start my 1-month free trial

Share with everyone on GitHub

- [Instructor] Over the next several videos, we're going to look at how to work or play nicely with others using version control. Because GitHub is the most popular service for this kind of work right now, the examples will use GitHub. But all the same workflows can be done using alternatives like GitLab, Bitbucket or others. In this particular video, we're going to look at how to use GitHub to share our work with others. In the exercise files for this video, I have that that English garden book that we were working on earlier. We're going to share this project on GitHub and see how that works. First of all, I've created an account and signed in on GitHub, which you can do right from the homepage. And we're going to start out by creating a new repository here. Right now, I have none, so let's create a new one. We'll call this English-garden-book. And I'll make this a public repository. You could also make this…

Contents