These lessons you will learn about adding a repository from a local computer, adding a project to GitHub, cloning repositories from GitHub, and cloning and forking repositories. Everyone should have it downloaded and installed already but we'll start right off by adding a repository from your local computer for the first lesson. So we have it installed, it connects you to your GitHub account. This is not connected to anything 'cause I just wanted to show you how you can connect from scratch here, if need be. So we're just gonna go up to the file menu, go to options, on accounts, and we can sign into our GitHub account right here by click and sign in, it's gonna wanna continue with the browser here to log in, pops up my browser, open GitHub desktop, and then there's my get test accounts, so we know we're all connected here. Okay, so we know we're all logged in here cuz it's found our repositories. If you wanna verify that real quick, you can go up the file, options where we were in accounts, and just make sure you're logged in. If you have multiple accounts, you can always sign out here, and log in with the proper one. We're good to go here. So we're going to create a new repository on our hard drive and as you can see of our very nicely gooey here, there is an option right here, where you can go up to file, and add a new repository. We're gonna stick with this and create a new repository. Name this any name you want, continue to my local path, so this is my tutorials folder that I've been working with the entire time, and I just put a new folder name here to match my repository name. It has always, I recommend to read me, hit ignore if you need to ignore certain files in your repo, sometimes you don't want your entire team to be pulling a file down for whatever reason might be a conflict or it's not neccesary or you just don't need it to be in everybody's repo, so you can tell to ignore those files with this or set to ignore that, and we don't need to worry about license. So we're just gonna create this repository, and see we got a current repository of desktop repo one here, that's looking good, and we're on the main branch, and publish this repository to GitHub if we want, there's nothing in it, so I'm not gonna bother publishing it, but you just hit publish and name it what you want with your description, and that'll send it right to your GitHub account. You can see how convenient get hub desktop makes things. Let's come out, wrap up this lesson on adding a repository from your local computer. Next will add a project from GitHub desktop to GitHub.