Repo Hosting: GitHub

GitHub is almost a given requirement now in any software development job. Let's learn more about it in this lesson.

With Git, you can restore files to any previously committed state, even if they are deleted or modified. However, if your machine gets stolen, crashes, or is lost, you will still lose your project, even with Git.

Also, you still can’t truly collaborate. For that, we’ll look at how you can host your repo on another server with GitHub.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.