What is Git & what is GitHub?
Git vs GitHub
| Feature | What it is |
|---|---|
| Git | A version control system that runs on your machine. Tracks file history locally. |
| GitHub | A cloud platform that hosts Git repositories — adds collaboration, PRs, issues. |
Noble Desktop's Full-Stack Web Development Certificate covers HTML, CSS, JavaScript, and the modern web stack.
From web developers to app developers, Git and GitHub are useful to anyone who writes code and works with other developers. So what are they all about and why should you start using them?
1Full Video Transcript
2Introduction to Git
Hello, I'm Dan Rodney here for Noble Desktop. I'd like to explain to you exactly what Git and GitHub are. What is Git? Git was created by Linus Torvalds in 2005 for the development of Linux, a clone of the Unix operating system. Linux and Unix are commonly used to run web servers, and macOS is based on Unix.
So Git is the most commonly used source code management system. It's for version control, so it's called a version control system. It's free and open source software that runs locally on your Mac, PC, Linux, or whatever operating system to track the changes that are made to code.