Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

This lesson introduces you to hosting your repositories with a service like GitHub. You’ll learn how to set up a free account and configure a remote repository. You’ll also learn how to link a remote repository to one on your computer. Finally, you’ll see how you can set up collaborators and invite others to help you work on your code.

By the end of this lesson, you should be able to:

  • Create a GitHub repository for your project.
  • Push your local Git repository to GitHub.
  • Clone a GitHub repository to your local computer.
See forum comments
Download course materials from Github
Previous: Quiz Time Next: Why Use a Remote?