1 00:00:00,350 --> 00:00:05,400 To create a repository, click the plus icon next to your profile picture and 2 00:00:05,400 --> 00:00:06,720 click New Repository. 3 00:00:09,170 --> 00:00:12,280 For this example we'll name our repository Tree House. 4 00:00:15,504 --> 00:00:20,293 We'll write a short description, 5 00:00:20,293 --> 00:00:25,900 Projects from my Treehouse Coursework. 6 00:00:25,900 --> 00:00:29,390 Choose public, this means anyone can see this repository. 7 00:00:29,390 --> 00:00:30,620 If you want to work in private, 8 00:00:30,620 --> 00:00:34,240 you can do that, however you'd have to upgrade to a paid plan. 9 00:00:34,240 --> 00:00:35,450 Since we wanna share our work and 10 00:00:35,450 --> 00:00:38,130 fill out our GitHub profile, we want our work public. 11 00:00:39,760 --> 00:00:43,725 Do not select initialize this repository with a README since we'll be adding 12 00:00:43,725 --> 00:00:45,129 a project we already have. 13 00:00:45,129 --> 00:00:47,025 If I were to select this and then try and 14 00:00:47,025 --> 00:00:50,712 push up a Git repository from our local computer, we'd have a conflict. 15 00:00:50,712 --> 00:00:55,962 We don't want that, but we will review how to fix conflicts later in stage two. 16 00:00:55,962 --> 00:01:00,838 We have the option to add a .gitignore file or a license file, but 17 00:01:00,838 --> 00:01:02,798 we'll skip that for now. 18 00:01:02,798 --> 00:01:05,754 And click Create repository. 19 00:01:08,337 --> 00:01:09,240 Boom! 20 00:01:09,240 --> 00:01:10,890 You have a GitHub repository. 21 00:01:10,890 --> 00:01:14,860 In the next stage, we'll connect a local project with our GitHub repository and 22 00:01:14,860 --> 00:01:17,070 dive deeper into the key GitHub features.