

Now GitHub also does a lot of other things. Part of the value of GitHub, part of the reason GitHub is so popular, is that it offers a web-based interface that you can use for doing all the things that you could do with Git. So if you don't want to spend all day working in the command line, then you need to use Git in conjunction with an external tool, like GitHub.
Github todoey code#
If you type "Git" into your terminal, you will see that you get a list of commands that you can pass to Git to do different things like create a repository, which is where you would host source code or a project, or you can compare files within repositories and do all these cool things.īut a limitation of Git is that Git doesn't offer any interface beyond the command line. GitLab: Which One Is Better for Your Enterprise?

I'm using it here on Ubuntu, but you can use it on Windows or MacOS or pretty much whatever you want. Git runs on basically any operating system. Now Git, as you may know, is an open source version control and source code management tool that was written by Linus Torvalds in the mid-2000s. I think that the easiest way to explain what GitHub is, is to say that GitHub is basically a web interface for Gits. So let's get started by talking about what GitHub actually is.
Github todoey how to#
If you're already familiar with GitHub, and you're looking for a dive into some of GitHub's more advanced features, then check out some of our other videos where we look at things like how to work with tokens for authentication in GitHub, or how to take advantage of GitHub's collaboration and security scanning features.ĭownload This Free Guide to What You Need to Know About GitHubīut for now, we're going to stick to the basics, and I'll try to keep this short and sweet. These are the very basic, essential core tasks that you would want to complete if you're brand new to GitHub. And then we'll walk through how to get started setting up a repository, adding a file to the repository, and then working with pull requests. Specifically, we'll talk about what GitHub is. The purpose of this video is to provide an introduction and show you how you can get started using it. The following is a transcript of the video above, which walks through getting started with GitHub.Ĭhris Tozzi: Hey folks, this is Chris Tozzi with ITPro Today, and I'm here to talk about getting started with GitHub.
