Skip to content

Try our new Crash Courses!

Buy one of our new Crash Courses, now hosted on Teachable.

Create a remote repository

Length: 10 minutes

Details

To create a repository on GitHub, follow these instructions from the GitHub documentation:

https://help.github.com/en/github/getting-started-with-github/create-a-repo

If you’ve already created a local repository and plan to add the remote repository to it, don’t initialize the repository with a README. If you’re planning on cloning this repository locally then you can go ahead and add the README.

Exercises

Create a remote repository on GitHub. Don’t initialize the repository with a README, since your local project folder already has a README. You’ll connnect the remote repository to your local project folder in the next lesson.

Back to: GitHub Reference