From the course: Learning GitHub

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

The first issue

The first issue - GitHub Tutorial

From the course: Learning GitHub

The first issue

- [Instructor] Now that we have created the GitHub account and installed Git on our computers, let's use them in a real workflow. Let's begin with creating a new repository on the new website. Navigate to the home page of GitHub at the address github.com. Log in if you're not logged in into platform, and then click on create repository button on the top left corner of the page. Choose a name for new repository and check the add a README file option. For the moment we can leave the other option on the page with the default values, so we can choose a name of the repository name. It can be public, it means other people on internet can see the repository and remember to check to add the README file is very important as I told you in the previous chapter. And then for a moment we can leave all the other values as is, and then we can just click on the create repository button on the bottom of the page. After a couple of seconds, you will be redirected to the home of your new repository. To…

Contents