Repo Hosting
Explore repo hosting to keep your projects safe and accessible by uploading code to remote servers like GitHub. Learn to create repositories, manage branches, submit pull requests, and merge changes, preparing you for collaborative web development.
What is repo hosting? #
As discussed in the previous lesson, Git can be used to version control your project on your local machine; however, it cannot be used to collaborate with others and does not safeguard your project if you lose your machine.
So, to ensure that your project remains accessible even if you lose your machine, you can upload your code to a server. This is called ‘repo hosting’ and many services are available for free that provide this. For example, GitHub.
GitHub #
Before we get into GitHub, we’re going to stress upon the fact that Git and GitHub are NOT the same! Git is a ...