This is video #6 in the Data School series, "Introduction to Git and GitHub." Relevant links and the full transcript are below. Playlist: • Version control with Git and GitHub
== LET'S CONNECT! ==
Blog: http://www.dataschool.io
Newsletter: http://www.dataschool.io/subscribe/
Twitter: / justmarkham
GitHub: https://github.com/justmarkham
== LINKS RELATED TO THIS VIDEO ==
Creating a Repo: https://help.github.com/articles/crea...
Navigating a GitHub Repo (Part 1): • Navigating a GitHub Repository - Part 1
== TRANSCRIPT ==
In this video, we're going to create a new GitHub repository.
To get started, click on the plus sign and then click "New repository". You'll need to choose a name, and optionally a description.
Choose "Public", and then let's check the box that says "Initialize this repo with a README". Click "Create", and you're done.
Notice that it created a "README.md" file, which we talked about previously in part 1 of the "Navigating a GitHub Repository" video.
This repo now exists on GitHub only, not your local computer. In the next video, I'll show you how to copy this repo to your local computer so that you can make changes to it, such as adding or modifying files.