What Is GitHub?
Get introduced to GitHub and learn how you can create repositories on the platform.
We'll cover the following...
A code hosting platform
GitHub is a code hosting platform. Git creates a local repository on every contributor’s computer, which contains the entire codebase and its revision history. You can consider GitHub as a platform that stores the whole codebase in a remote repository.
By enabling the creation of remote repositories, ...